diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-28 04:25:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-28 04:34:17 +0200 |
commit | fb9de93dd3587e62e0fc0413673c98ea709c5a2f (patch) | |
tree | 96baa58676cc78e41db18901ea6b16dfad783f7f /src/org.freedesktop.locale1.policy.in | |
parent | 958ae0d75176a65dc6694829667a5cc9fead8cbc (diff) |
localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls
Diffstat (limited to 'src/org.freedesktop.locale1.policy.in')
-rw-r--r-- | src/org.freedesktop.locale1.policy.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/org.freedesktop.locale1.policy.in b/src/org.freedesktop.locale1.policy.in index 186d7d34c5..1ac50bf86c 100644 --- a/src/org.freedesktop.locale1.policy.in +++ b/src/org.freedesktop.locale1.policy.in @@ -26,4 +26,14 @@ </defaults> </action> + <action id="org.freedesktop.locale1.set-keyboard"> + <_description>Set system keyboard settings</_description> + <_message>Authentication is required to set the system keyboard settings.</_message> + <defaults> + <allow_any>auth_admin_keep</allow_any> + <allow_inactive>auth_admin_keep</allow_inactive> + <allow_active>auth_admin_keep</allow_active> + </defaults> + </action> + </policyconfig> |