diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-05 17:23:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-05 17:23:17 +0200 |
commit | 75dfbbacb36aa3c7d7b3088261ed318a27e75cbe (patch) | |
tree | f8af464aaa0103228b2325129a4773a8222dacce | |
parent | build-sys: bump so revisions for prepation of 235 (diff) | |
download | systemd-75dfbbacb36aa3c7d7b3088261ed318a27e75cbe.tar.xz systemd-75dfbbacb36aa3c7d7b3088261ed318a27e75cbe.zip |
NEWS: one more addition
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -43,7 +43,10 @@ CHANGES WITH 235: unpopulated at boot. Matching these new settings there's also StateDirectoryMode=, CacheDirectoryMode=, LogsDirectoryMode=, ConfigurationDirectoryMode= for configuring the access mode of these - directories. + directories. These settings are particularly useful in combination + with DynamicUser=yes as they provide secure, properly-owned, + writable, and stateful locations for storage, excluded from the + sandbox that such services live in otherwise. * Automake support has been removed from this release. systemd is now Meson-only. |