diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-12-25 11:36:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-12-31 21:24:26 +0100 |
commit | 3960015566b506b234596a4f726cb47fb9a0da51 (patch) | |
tree | ff4dd7dbb70fdd5b17a408ac5435b85e50fe2955 /src/timedate | |
parent | 94f5bbc626f2a4102debd9b17c964170a887cb49 (diff) |
polkit: add "imply" rules to a number of polkit actions
Diffstat (limited to 'src/timedate')
-rw-r--r-- | src/timedate/org.freedesktop.timedate1.policy.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timedate/org.freedesktop.timedate1.policy.in b/src/timedate/org.freedesktop.timedate1.policy.in index dd0a54d81a..aa30b70831 100644 --- a/src/timedate/org.freedesktop.timedate1.policy.in +++ b/src/timedate/org.freedesktop.timedate1.policy.in @@ -24,6 +24,7 @@ <allow_inactive>auth_admin_keep</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> + <annotate key="org.freedesktop.policykit.imply">org.freedesktop.timedate1.set-timezone org.freedesktop.timedate1.set-ntp</annotate> </action> <action id="org.freedesktop.timedate1.set-timezone"> |