group to authenticate for services using their password. Discussed with: FreeBSD GNOME team
11 lines
352 B
Text
11 lines
352 B
Text
--- 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>
|