added groups and polkit rules

This commit is contained in:
Jonas Forsberg
2020-08-17 08:03:41 +02:00
parent b741ad58fc
commit 5b812c749a
5 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
});