mount: add nosuid,nodev,noexec switches to /var/lock and /var/run

This commit is contained in:
Lennart Poettering 2010-10-25 23:28:42 +02:00
parent 4d91b19eb6
commit a55c7d2ea0
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ Before=local-fs.target
What=tmpfs
Where=/var/lock
Type=tmpfs
Options=mode=775,gid=lock
Options=mode=775,gid=lock,nosuid,nodev,noexec

View file

@ -13,4 +13,4 @@ Before=local-fs.target
What=tmpfs
Where=/var/run
Type=tmpfs
Options=mode=755
Options=mode=755,nosuid,nodev,noexec