Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
smith / etc / dbus-1 / system.d / smithd.conf
Size: Mime:
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some holes -->

  <policy user="root">
    <allow own="ai.teton.smith"/>
    <allow send_destination="ai.teton.smith"/>
    <allow receive_sender="ai.teton.smith"/>
  </policy>

  <policy context="default">
    <allow send_destination="ai.teton.smith"/>
  </policy>

</busconfig>