Files
server/usr/share/polkit-1/rules.d/50-default.rules
2026-01-07 20:52:11 +01:00

13 lines
325 B
Plaintext

/* -*- 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:sudo"];
});