summaryrefslogtreecommitdiffstats
path: root/testing/source/blueman/30-blueman-netdev-allow-access.rules
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-01 19:35:34 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-02 08:59:50 +0100
commitbea0657d72f4f4351f78df01b57a87529783d7c9 (patch)
tree6b8e6d041e62ae923aa81d3be8be8729f92812e9 /testing/source/blueman/30-blueman-netdev-allow-access.rules
parent8160de57c47ccc90ccb514a65cc14fde84939c8f (diff)
downloadcurrent-bea0657d72f4f4351f78df01b57a87529783d7c9.tar.gz
current-bea0657d72f4f4351f78df01b57a87529783d7c9.tar.xz
Fri Nov 1 19:35:34 UTC 201920191101193534
l/gcr-3.34.0-x86_64-1.txz: Upgraded. l/gnome-keyring-3.34.0-x86_64-1.txz: Upgraded. n/crda-4.14-x86_64-1.txz: Upgraded. Upgraded to crda-4.14 and wireless-regdb-2019.06.03. xap/blueman-2.1.1-x86_64-1.txz: Upgraded. extra/source/flashplayer-plugin/flashplayer-plugin.SlackBuild: Upgraded. Fixed URL to retrieve latest version number.
Diffstat (limited to 'testing/source/blueman/30-blueman-netdev-allow-access.rules')
-rw-r--r--testing/source/blueman/30-blueman-netdev-allow-access.rules10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/source/blueman/30-blueman-netdev-allow-access.rules b/testing/source/blueman/30-blueman-netdev-allow-access.rules
deleted file mode 100644
index 9ef313c75..000000000
--- a/testing/source/blueman/30-blueman-netdev-allow-access.rules
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Allow users in netdev group to use blueman feature requiring root without authentication */
-polkit.addRule(function(action, subject) {
- if ((action.id == "org.blueman.network.setup" ||
- action.id == "org.blueman.dhcp.client" ||
- action.id == "org.blueman.rfkill.setstate" ||
- action.id == "org.blueman.pppd.pppconnect") &&
- subject.isInGroup("netdev")) {
- return polkit.Result.YES;
- }
-});