summaryrefslogtreecommitdiffstats
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-11-23 22:22:27 +0100
committerLuca Boccassi <bluca@debian.org>2024-01-03 11:53:52 +0100
commitcaef0bc3dcd3b7d6883043529baac02cdb6b898c (patch)
treeb89e3f5dc8a14dd40b36f18eb48b9f2bbfb5aece /units
parentbus-polkit: port polkit_registry to use value destructors in hash_ops (diff)
downloadsystemd-caef0bc3dcd3b7d6883043529baac02cdb6b898c.tar.xz
systemd-caef0bc3dcd3b7d6883043529baac02cdb6b898c.zip
creds: open up access to clients via Polkit
Use auth_admin_keep, so that users don't have to re-auth interactively again and again when encrypting/decrypting batches of credentials.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-creds.socket2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-creds.socket b/units/systemd-creds.socket
index 794fac19a8..ac72ccc82f 100644
--- a/units/systemd-creds.socket
+++ b/units/systemd-creds.socket
@@ -16,7 +16,7 @@ Before=sockets.target
[Socket]
ListenStream=/run/systemd/io.systemd.Credentials
FileDescriptorName=varlink
-SocketMode=0600
+SocketMode=0666
Accept=yes
[Install]