Re-enable host specific network configuration

This commit is contained in:
Sonny Bakker 2026-01-08 08:30:22 +01:00
parent 82c451aa4e
commit 429299f763
3 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,6 @@
*
* Allow members of the wheel group to execute any actions
* without password authentication, similar to "sudo NOPASSWD:"
* without password authentication, similar to "sudo NOPASSWD:"
*/
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")) {