summaryrefslogtreecommitdiff
path: root/src/polkitbackend/50-default.rules
blob: f427ae1839a08d5d022602908545c93c85a58eab (plain)
1
2
3
4
5
6
7
8
9
10
11
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"];
});