Commit 166f25a5 by Jakub Jirutka Committed by Stéphane Graber

lxc-alpine: mount tmpfs under /run

When running under grsecurity kernel or userns, it can't be mounted from inside. Signed-off-by: 's avatarJakub Jirutka <jakub@jirutka.cz>
parent 01af742a
...@@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource ...@@ -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
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