alpine.common.conf.in revision 51ee5e0cec79793575ee8c64909b965a132a064d
a8c5a86d183db25a57bf193c06b41e092ec2e151Timo Sirainen# This derives from the global common config.
8aacc9e7c84f8376822823ec98c2f551d4919b2eTimo Sirainen# Doesn't support consoles in /dev/lxc/.
a2f250a332dfc1e6cd4ffd196c621eb9dbf7b8a1Timo Sirainen# Drop another (potentially) harmful capabilities.
945631faab2bf1aed8d95a1fd0c317a9ce153725Timo Sirainenlxc.cap.drop = sys_tty_config
945631faab2bf1aed8d95a1fd0c317a9ce153725Timo Sirainen# Mount /run as tmpfs.
945631faab2bf1aed8d95a1fd0c317a9ce153725Timo Sirainenlxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0
945631faab2bf1aed8d95a1fd0c317a9ce153725Timo Sirainen# Mount /dev/shm as tmpfs; needed for building python and possibly other packages.
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainenlxc.mount.entry=shm dev/shm tmpfs rw,nodev,noexec,nosuid,relatime,mode=1777,create=dir 0 0