Update mDNS service announcements when name changes.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// grant NetworkManager dbus permissions (no-prompts) to the pipedald systemd service.
|
||||
polpolkit.addRule(function(action, subject) {
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("pipedal_d")) {
|
||||
return polkit.Result.YES;
|
||||
}
|
||||
Reference in New Issue
Block a user