Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */
2
 
3
// DO NOT EDIT THIS FILE, it will be overwritten on update
4
//
5
// Default rules for polkit
6
//
7
// See the polkit(8) man page for more information
8
// about configuring polkit.
9
 
10
polkit.addAdminRule(function(action, subject) {
11
    return ["unix-group:wheel"];
12
});