[oe-commits] Kai Kang : systemd: correct permission mode of /var/volatile/tmp

git at git.openembedded.org git at git.openembedded.org
Tue Mar 10 10:48:08 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 81d3209666ed574a7af599070c65aa05114eb5bd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=81d3209666ed574a7af599070c65aa05114eb5bd

Author: Kai Kang <kai.kang at windriver.com>
Date:   Thu Mar  5 09:20:08 2015 +0800

systemd: correct permission mode of /var/volatile/tmp

Permission mode of directory /var/volatile/tmp should be 1777,
correct it.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd/00-create-volatile.conf b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
index 9ffa88e..87cbe1e 100644
--- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf
+++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
@@ -4,4 +4,4 @@
 
 
 d		/var/volatile/log		-	-	-	-
-d		/var/volatile/tmp		-	-	-	-
+d		/var/volatile/tmp		1777	-	-



More information about the Openembedded-commits mailing list