Re-enable host specific network configuration
This commit is contained in:
parent
82c451aa4e
commit
429299f763
3 changed files with 4 additions and 6 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue