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:
Jakub Jirutka 2016-07-23 19:57:36 +02:00
parent 5429ec248a
commit b5caaaa599
No known key found for this signature in database
GPG Key ID: 833889ED35C69BBA

View File

@ -18,3 +18,6 @@ lxc.cap.drop = sys_resource
lxc.cap.drop = sys_tty_config
lxc.cap.drop = syslog
lxc.cap.drop = wake_alarm
# Mount tmpfs under /run.
lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0