7220d360cc
for root, password authentication for users in group wheel, and deny access to all others.
13 lines
395 B
XML
13 lines
395 B
XML
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
|
|
|
|
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
|
|
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
|
|
|
|
<!-- 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>
|