mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 22:51:24 +00:00
Merge pull request #1097 from jirutka/patch-1
lxc-alpine: mount tmpfs under /run
This commit is contained in:
commit
9d206b25f5
@ -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