summaryrefslogtreecommitdiffstats
path: root/server/infopipe/org.freeipa.sssd.infopipe.conf
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-01-26 16:01:26 -0500
committerSimo Sorce <idra@samba.org>2009-01-27 11:44:12 -0500
commitde38bb8f2f04dcefbbe4a998c9bd8532c844bcc0 (patch)
tree07302d5e1c9c5c19e2df77dd7c19bf998ae14ac5 /server/infopipe/org.freeipa.sssd.infopipe.conf
parent27ee5a204b8927adcc1e340b12d2edf1c70d9ba5 (diff)
downloadsssd-de38bb8f2f04dcefbbe4a998c9bd8532c844bcc0.tar.gz
sssd-de38bb8f2f04dcefbbe4a998c9bd8532c844bcc0.tar.xz
sssd-de38bb8f2f04dcefbbe4a998c9bd8532c844bcc0.zip
Preliminary support for enabling InfoPipe to listen on the D-BUS system bus. It will connect and authenticate successfully (using the included D-BUS policy file installed in the correct /etc directory. Does not yet listen for requests.
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>
+