| Submitter | Enrico Scholz |
|---|---|
| Date | Feb. 15, 2013, 3:05 p.m. |
| Message ID | <1360940711-24413-1-git-send-email-enrico.scholz@sigma-chemnitz.de> |
| Download | mbox | patch |
| Permalink | /patch/44695/ |
| State | New |
| Headers | show |
Comments
Patch
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 -
/tmp directories must be sticky and world writable to be usable. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> --- meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)