diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-11-30 09:09:33 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-11-30 09:19:59 +0100 |
commit | 4a18b7b9ec577f044066d1167a8267eced215d5e (patch) | |
tree | b77f304929fd8393fcbf87ed2f5396e42c1b3c1d /polkit-1/rules/90-set-brightness.rules | |
parent | 0527d1069a879cd9200e56a5f68f86461a019fb7 (diff) |
polkit: only provide a .policy file
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'polkit-1/rules/90-set-brightness.rules')
-rw-r--r-- | polkit-1/rules/90-set-brightness.rules | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/polkit-1/rules/90-set-brightness.rules b/polkit-1/rules/90-set-brightness.rules deleted file mode 100644 index f8b158a..0000000 --- a/polkit-1/rules/90-set-brightness.rules +++ /dev/null @@ -1,9 +0,0 @@ -polkit.addRule(function(action, subject) { - if (1 - && action.id == "com.sigexec.polkit.set-brightness" - && subject.seat == "seat0" - ) - { - return polkit.Result.YES; - } -}); |