Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 9f9a5289e434a408f269f5d829256726 > files > 1

modcluster-0.18.7-1.fc15.i686.rpm

<!DOCTYPE busconfig PUBLIC
	  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
	  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">

<busconfig>

	<!-- Only root can own ricci service. -->
	<policy user="root">
		<allow own="com.redhat.ricci"/>
	</policy>

	<!-- Allow anyone to call modcluster_rw and modcluster_ro
	     methods.  oddjobd performs actual ACL. -->
	<policy context="default">
		<allow send_destination="com.redhat.ricci"
		       send_path="/com/redhat/ricci"
		       send_interface="com.redhat.ricci"
		       send_member="modcluster_rw"/>
		<allow send_destination="com.redhat.ricci"
		       send_path="/com/redhat/ricci"
		       send_interface="com.redhat.ricci"
		       send_member="modcluster_ro"/>
	</policy>

</busconfig>