mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 01:36:40 +00:00
lxc-alpine: mount tmpfs under /run
When running under grsecurity kernel or userns, it can't be mounted from inside. Signed-off-by: Jakub Jirutka <jakub@jirutka.cz>
This commit is contained in:
parent
5429ec248a
commit
b5caaaa599
@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource
|
|||||||
lxc.cap.drop = sys_tty_config
|
lxc.cap.drop = sys_tty_config
|
||||||
lxc.cap.drop = syslog
|
lxc.cap.drop = syslog
|
||||||
lxc.cap.drop = wake_alarm
|
lxc.cap.drop = wake_alarm
|
||||||
|
|
||||||
|
# Mount tmpfs under /run.
|
||||||
|
lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0
|
||||||
|
Loading…
Reference in New Issue
Block a user