diff options
Diffstat (limited to 'data/org.ayatana.AccountsService.Sound.policy')
-rw-r--r-- | data/org.ayatana.AccountsService.Sound.policy | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/org.ayatana.AccountsService.Sound.policy b/data/org.ayatana.AccountsService.Sound.policy deleted file mode 100644 index 7140498..0000000 --- a/data/org.ayatana.AccountsService.Sound.policy +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<policyconfig> - <!-- Same as org.freedesktop.accounts.user-administration, but we override - settings for the lightdm user in a pkla file. --> - <action id="org.ayatana.AccountsService.GreeterChangeAny"> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>auth_admin_keep</allow_active> - </defaults> - </action> - - <!-- Normally anyone can read these, but for a little bit extra lock down, - disallow all access, but we'll let the lightdm user read them via the - pkla override. --> - <action id="org.ayatana.AccountsService.GreeterReadAny"> - <defaults> - <allow_any>no</allow_any> - <allow_inactive>no</allow_inactive> - <allow_active>no</allow_active> - </defaults> - </action> -</policyconfig> |