chiark / gitweb /
units: fix default mode of /var/run and /var/lock
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Jul 2010 16:58:52 +0000 (18:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Jul 2010 16:58:52 +0000 (18:58 +0200)
units/var-lock.mount
units/var-run.mount

index a7668da8bd39b3fc412d4505e8c5c3f278463c50..17c4f522ad7058c7b6ab81652ec90ca5a109e884 100644 (file)
@@ -13,6 +13,7 @@ Before=local-fs.target
 What=tmpfs
 Where=/var/lock
 Type=tmpfs
+Options=mode=775,gid=lock
 
 [Install]
 WantedBy=local-fs.target
index c082507b1ae28d24fe4d689ad472533b7928a887..90dfe0edaa0a1c0327efa63cf70e6a0c2fddc1fe 100644 (file)
@@ -13,6 +13,7 @@ Before=local-fs.target
 What=tmpfs
 Where=/var/run
 Type=tmpfs
+Options=mode=755
 
 [Install]
 WantedBy=local-fs.target