diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-16 00:48:26 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-15 15:01:05 -0700 |
commit | 51b66c7a8a8afc8241373e864514d5ac7b87f169 (patch) | |
tree | a65111c0b3dc2471e02c2a41f9d16f79e43f54dd | |
parent | 5300857701ff5e87169f3c90c6b570c750379dfb (diff) | |
download | systemd-51b66c7a8a8afc8241373e864514d5ac7b87f169.tar.gz |
core: systemd1.manage-unit-files policy implies systemd1.reload-daemon
Closes #5013.
-rw-r--r-- | src/core/org.freedesktop.systemd1.policy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/org.freedesktop.systemd1.policy.in b/src/core/org.freedesktop.systemd1.policy.in index 648221b85c..c60cc0b20b 100644 --- a/src/core/org.freedesktop.systemd1.policy.in +++ b/src/core/org.freedesktop.systemd1.policy.in @@ -47,6 +47,7 @@ <allow_inactive>auth_admin</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> + <annotate key="org.freedesktop.policykit.imply">org.freedesktop.systemd1.reload-daemon</annotate> </action> <action id="org.freedesktop.systemd1.set-environment"> |