blob: 8f0410475d80be49edd82fa846793232af809b7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- data/PolicyKit.conf.in.orig 2008-03-29 12:05:27.000000000 -0400
+++ data/PolicyKit.conf.in 2008-03-29 12:06:48.000000000 -0400
@@ -6,4 +6,8 @@
<!-- See the manual page PolicyKit.conf(5) for file format -->
<config version="0.1">
+ <match user="root">
+ <return result="yes"/>
+ </match>
+ <define_admin_auth group="wheel"/>
</config>
|