summaryrefslogtreecommitdiff
path: root/pcr/consolekit/01-org.freedesktop.ModemManager1.rules
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-28 17:47:32 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:58 -0300
commita566855682e5a4de24dadc5ff2aa58d21d802728 (patch)
treed3c8fe0f170d9441a1cc1b068c42940a918d7174 /pcr/consolekit/01-org.freedesktop.ModemManager1.rules
parent2f32593d2862736f4cbd06a7926245a2c02a2cd4 (diff)
downloadabslibre-a566855682e5a4de24dadc5ff2aa58d21d802728.tar.gz
abslibre-a566855682e5a4de24dadc5ff2aa58d21d802728.tar.bz2
abslibre-a566855682e5a4de24dadc5ff2aa58d21d802728.zip
consolekit-0.9.4-1: updating version
Diffstat (limited to 'pcr/consolekit/01-org.freedesktop.ModemManager1.rules')
-rw-r--r--pcr/consolekit/01-org.freedesktop.ModemManager1.rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/pcr/consolekit/01-org.freedesktop.ModemManager1.rules b/pcr/consolekit/01-org.freedesktop.ModemManager1.rules
deleted file mode 100644
index 38af2c8de..000000000
--- a/pcr/consolekit/01-org.freedesktop.ModemManager1.rules
+++ /dev/null
@@ -1,6 +0,0 @@
-polkit.addRule(function(action, subject) {
- if (/^org\.freedesktop\.ModemManager1\.(Device\.Control|Contacts|Messaging|Location)$/.test(action.id) &&
- subject.isInGroup("network") && subject.active) {
- return "yes";
- }
-});