Polkit rules from manjaro

This commit is contained in:
2019-12-17 12:18:54 -07:00
parent 19eddec5fe
commit 0dd9d21505
2 changed files with 44 additions and 0 deletions

12
50-default.rules Normal file
View File

@@ -0,0 +1,12 @@
/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */
// DO NOT EDIT THIS FILE, it will be overwritten on update
//
// Default rules for polkit
//
// See the polkit(8) man page for more information
// about configuring polkit.
polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
});