mirror of
git://github.com/lxc/lxc
synced 2025-08-31 08:59:36 +00:00
busybox: mount sys:ro
There's no udev so sys doesn't need to be read-write. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -234,7 +234,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
|
||||
# When using LXC with apparmor, uncomment the next line to run unconfined:
|
||||
#lxc.apparmor.profile = unconfined
|
||||
|
||||
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
|
||||
lxc.mount.auto = cgroup:mixed proc:mixed sys:ro
|
||||
lxc.mount.entry = shm dev/shm tmpfs defaults,create=dir 0 0
|
||||
lxc.mount.entry = mqueue dev/mqueue mqueue defaults,optional,create=dir 0 0
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user