Commit 5a01702
committed
Allow loop devices access for privileged containers
Add device cgroup rules to allow privileged containers access to:
- All loop block devices (/dev/loop*) with rwm permissions
- Loop control device (/dev/loop-control) with rwm permissions
These rules enable loop device operations in privileged containers
while maintaining security isolation for unprivileged containers.1 parent 7225277 commit 5a01702
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
0 commit comments