Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
snap
/
core18
/
current
/
usr
/
share
/
polkit-1
/
rules.d
/
//snap/core18/current/usr/share/polkit-1/rules.d/systemd-networkd.rules
// Allow systemd-networkd to set timezone and transient hostname polkit.addRule(function(action, subject) { if ((action.id == "org.freedesktop.hostname1.set-hostname" || action.id == "org.freedesktop.timedate1.set-timezone") && subject.user == "systemd-network") { return polkit.Result.YES; } });