summaryrefslogtreecommitdiff
path: root/community/lightdm/lightdm.rules
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lightdm/lightdm.rules
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/lightdm/lightdm.rules')
-rwxr-xr-xcommunity/lightdm/lightdm.rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/lightdm/lightdm.rules b/community/lightdm/lightdm.rules
deleted file mode 100755
index eda155bf3..000000000
--- a/community/lightdm/lightdm.rules
+++ /dev/null
@@ -1,15 +0,0 @@
-polkit.addRule(function(action, subject) {
- if (subject.user == "lightdm") {
- polkit.log("action=" + action);
- polkit.log("subject=" + subject);
- if (action.id.indexOf("org.freedesktop.login1.") == 0) {
- return polkit.Result.YES;
- }
- if (action.id.indexOf("org.freedesktop.consolekit.system.") == 0) {
- return polkit.Result.YES;
- }
- if (action.id.indexOf("org.freedesktop.upower.") == 0) {
- return polkit.Result.YES;
- }
- }
-});