diff options
Diffstat (limited to 'src/hostname/systemd-networkd-hostname.rules')
-rw-r--r-- | src/hostname/systemd-networkd-hostname.rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hostname/systemd-networkd-hostname.rules b/src/hostname/systemd-networkd-hostname.rules deleted file mode 100644 index b7b780da9e..0000000000 --- a/src/hostname/systemd-networkd-hostname.rules +++ /dev/null @@ -1,5 +0,0 @@ -polkit.addRule(function(action, subject) { - if (action.id == "org.freedesktop.hostname1.set-hostname" && subject.user == "systemd-network") { - return polkit.Result.YES; - } -}); |