freebsd-ports/sysutils/policykit/files/patch-data_PolicyKit.conf.in
Joe Marcus Clarke 67ecec9e65 Add a default policy which allows root full control, and those in the wheel
group to authenticate for services using their password.

Discussed with:	FreeBSD GNOME team
2008-03-29 16:08:58 +00:00

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>