summaryrefslogtreecommitdiffstats
path: root/server/infopipe/org.freeipa.sssd.infopipe.conf
diff options
context:
space:
mode:
Diffstat (limited to 'server/infopipe/org.freeipa.sssd.infopipe.conf')
-rw-r--r--server/infopipe/org.freeipa.sssd.infopipe.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/server/infopipe/org.freeipa.sssd.infopipe.conf b/server/infopipe/org.freeipa.sssd.infopipe.conf
new file mode 100644
index 000000000..e33eb30c7
--- /dev/null
+++ b/server/infopipe/org.freeipa.sssd.infopipe.conf
@@ -0,0 +1,22 @@
+<!DOCTYPE busconfig PUBLIC
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- This configuration file specifies the required security policies
+ for the HAL to work. -->
+
+ <!-- Only root can own the SSSD service -->
+ <policy user="root">
+ <allow own="org.freeipa.sssd.infopipe"/>
+ </policy>
+
+ <!-- Allow anyone to invoke methods on the infopipe
+ This is temporary. Real rules will be established
+ later -->
+ <policy context="default">
+ <allow send_interface="org.freeipa.sssd.infopipe"/>
+ </policy>
+
+</busconfig>
+