Warning, /libraries/polkit-qt-1/examples/org.qt.policykit.examples.conf is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE busconfig PUBLIC
0002  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
0003  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
0004 <busconfig>
0005 
0006   <!-- This configuration file specifies the required security policies
0007        for the PolicyKit examples to work. -->
0008 
0009   <!-- Only user root can own the PackageKit service -->
0010   <policy user="root">
0011     <allow own="org.qt.policykit.examples"/>
0012   </policy>
0013 
0014   <!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
0015   <policy context="default">
0016     <allow send_destination="org.qt.policykit.examples"/>
0017   </policy>
0018 
0019 </busconfig>
0020