From patchwork Fri Feb 15 15:05:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: systemd: set correct modes for /var/volatiles/tmp Date: Fri, 15 Feb 2013 15:05:11 -0000 From: Enrico Scholz X-Patchwork-Id: 44695 Message-Id: <1360940711-24413-1-git-send-email-enrico.scholz@sigma-chemnitz.de> To: openembedded-core@lists.openembedded.org Cc: Enrico Scholz /tmp directories must be sticky and world writable to be usable. Signed-off-by: Enrico Scholz --- 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 -