mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-15 10:43:30 +00:00
Merge pull request #563 from devurandom/fix/gentoo-mount-create-dir
Fix creation of dev/mqueue and dev/shm on Gentoo
This commit is contained in:
commit
3814bc62d1
@ -8,8 +8,8 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf
|
||||
# Container user ? see gentoo.common.conf
|
||||
|
||||
# do not mount sysfs, see http://blog.bofh.it/debian/id_413
|
||||
lxc.mount.entry=mqueue dev/mqueue mqueue rw,nodev,noexec,nosuid 0 0
|
||||
lxc.mount.entry=shm dev/shm tmpfs rw,nosuid,nodev,noexec,relatime 0 0
|
||||
lxc.mount.entry=mqueue dev/mqueue mqueue rw,nodev,noexec,nosuid,create=dir 0 0
|
||||
lxc.mount.entry=shm dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,create=dir 0 0
|
||||
lxc.mount.entry=run run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
|
||||
|
||||
# this part is based on 'linux capabilities', see: man 7 capabilities
|
||||
|
Loading…
Reference in New Issue
Block a user