A collection of scripts & documentation for HorrificDev hosting.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
- <busconfig>
- <policy user="root">
- <allow own="dev.horrific.daemon"/>
-
- <allow send_destination="dev.horrific.daemon"/>
- <allow send_interface="dev.horrific.daemon"/>
- </policy>
- <policy at_console="true">
- <allow own="dev.horrific.daemon"/>
-
- <allow send_destination="dev.horrific.daemon"/>
- <allow send_interface="dev.horrific.daemon"/>
- </policy>
- <policy context="default">
- <deny own="dev.horrific.daemon"/>
-
- <allow send_destination="dev.horrific.daemon"/>
- <allow send_interface="dev.horrific.daemon"/>
- </policy>
- </busconfig>
|