🧹 chore: remove all the files

This commit is contained in:
eshanized
2024-12-31 12:47:45 +05:30
parent 2b8226cee0
commit 358fa1764d
82 changed files with 81 additions and 2706 deletions

View File

@@ -1,9 +0,0 @@
/* Allow members of the wheel group to execute any actions
* without password authentication, similar to "sudo NOPASSWD:"
*/
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")) {
return polkit.Result.YES;
}
});