summaryrefslogtreecommitdiff
path: root/src/hostname/systemd-networkd-hostname.rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostname/systemd-networkd-hostname.rules')
-rw-r--r--src/hostname/systemd-networkd-hostname.rules5
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;
- }
-});