|
|
@@ -0,0 +1,8 @@ |
|
|
|
polkit.addRule(function(action, subject) { |
|
|
|
if ((action.id == "org.blueman.rfkill.setstate" || |
|
|
|
action.id == "org.blueman.network.setup") && |
|
|
|
subject.local && subject.active && subject.isInGroup("netdev")) { |
|
|
|
|
|
|
|
return polkit.Result.YES; |
|
|
|
} |
|
|
|
}); |