diff --git a/containers/etc/polkit-1/rules.d/80-systemd-unit-manage.rules b/containers/etc/polkit-1/rules.d/80-systemd-unit-manage.rules index b45d63f..5c8f98b 100644 --- a/containers/etc/polkit-1/rules.d/80-systemd-unit-manage.rules +++ b/containers/etc/polkit-1/rules.d/80-systemd-unit-manage.rules @@ -1,5 +1,5 @@ polkit.addRule(function(action, subject) { - if (action.id == "org.freedesktop.systemd1.manage-units" && subject.local && subject.active && subject.isInGroup("wheel")) { + if (action.id == "org.freedesktop.systemd1.manage-units" && subject.active && subject.isInGroup("wheel")) { return polkit.Result.YES; } });