mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 16:18:16 +00:00
Merge pull request #2319 from brauner/2018-05-13/allow_sys_rw_for_unpriv_containers
config: allow read-write /sys in user namespace
This commit is contained in:
commit
02d6227d1e
@ -8,3 +8,6 @@ lxc.cap.keep =
|
|||||||
|
|
||||||
# We can't move bind-mounts, so don't use /dev/lxc/
|
# We can't move bind-mounts, so don't use /dev/lxc/
|
||||||
lxc.tty.dir =
|
lxc.tty.dir =
|
||||||
|
|
||||||
|
# Setup the default mounts
|
||||||
|
lxc.mount.auto = sys:rw
|
||||||
|
Loading…
Reference in New Issue
Block a user