Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 29a9b2c5d2c4c81acf43d9b3b4312d82 > files > 3

peerguardian-2.2.4-3.mga5.i586.rpm

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!-- ../system.conf denies everything so we have to allow some things ourselves.
    This file has to be placed in /etc/dbus-1/system.d/ in Ubuntu in order for pgld to be able to connect to the system bus
    This is just an example and I imagine not secure at all -->
<busconfig>

  <!-- Only root can own the service -->
  <policy user="root">
    <allow own="org.netfilter.pgl"/>
<!--    <allow send_destination="org.netfilter.pgl"/>
    <allow send_interface="org.netfilter.pgl"/> -->
  </policy>

<!-- For debugging purposes, will probably disable later-->
  <policy at_console="true">
    <allow own="org.netfilter.pgl"/>
    <allow send_destination="org.netfilter.pgl"/>
    <allow send_interface="org.netfilter.pgl"/>
  </policy>

</busconfig>