[OE-core] [PATCH] systemd: set correct modes for /var/volatiles/tmp

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Fri Feb 15 15:05:11 UTC 2013


/tmp directories must be sticky and world writable to be usable.

Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
---
 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 6163a9c..351ae6b 100644
--- a/meta/recipes-core/systemd/systemd/00-create-volatile.conf
+++ b/meta/recipes-core/systemd/systemd/00-create-volatile.conf
@@ -6,4 +6,4 @@
 d		/var/volatile/log		-	-	-	-
 d		/var/volatile/lock		-	-	-	-
 d		/var/volatile/run		-	-	-	-
-d		/var/volatile/tmp		-	-	-	-
+d		/var/volatile/tmp		1777	root	root	-
-- 
1.8.1.2





More information about the Openembedded-core mailing list