config: allow read-write /sys in user namespace

Unprivileged containers can safely mount /sys as read-write. This also allows systemd-udevd to be started in unprivileged containers. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 34256223
......@@ -8,3 +8,6 @@ lxc.cap.keep =
# We can't move bind-mounts, so don't use /dev/lxc/
lxc.tty.dir =
# Setup the default mounts
lxc.mount.auto = sys:rw
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment