diff options
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/credstore.conf | 13 | ||||
-rw-r--r-- | tmpfiles.d/meson.build | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/tmpfiles.d/credstore.conf b/tmpfiles.d/credstore.conf new file mode 100644 index 0000000000..fb1ccf82d2 --- /dev/null +++ b/tmpfiles.d/credstore.conf @@ -0,0 +1,13 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# See tmpfiles.d(5) for details + +d /etc/credstore 0000 root root +d /etc/credstore.encrypted 0000 root root +z /run/credstore 0000 root root +z /run/credstore.encrypted 0000 root root diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build index ca1abbf3fe..4d94e3743f 100644 --- a/tmpfiles.d/meson.build +++ b/tmpfiles.d/meson.build @@ -15,6 +15,7 @@ files = [['README', ''], ['tmp.conf', ''], ['x11.conf', ''], ['provision.conf', ''], + ['credstore.conf', ''], ] foreach pair : files |