[yum-cvs] yum/etc yum-updatesd.conf,1.2,1.3
Jeremy Katz
katzj at linux.duke.edu
Fri May 19 21:39:18 UTC 2006
Update of /home/groups/yum/cvs/yum/etc
In directory login1.linux.duke.edu:/tmp/cvs-serv16608/etc
Modified Files:
yum-updatesd.conf
Log Message:
a variety of things as I start to hook up proto-puplet
* some consistency fixes to make service names all edu.duke.linux.yum, object
paths differ between the signaller and the listener but that makes sense
* add a --no-fork mode so that you can use ctrl-c and hack on this more easily
* add a ShutDown method (disabled by default) since I was getting hit by
the sigint catcher a few times
* add a GetUpdatesInfo method to return the information on the available
updates. this should probably be changed to return the information in
an async fashion, but I'll get there
Index: yum-updatesd.conf
===================================================================
RCS file: /home/groups/yum/cvs/yum/etc/yum-updatesd.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yum-updatesd.conf 7 May 2006 22:55:19 -0000 1.2
+++ yum-updatesd.conf 19 May 2006 21:39:16 -0000 1.3
@@ -3,31 +3,21 @@
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="root">
- <allow own="edu.duke.linux.Yum"/>
- <allow send_destination="edu.duke.linux.Yum"/>
- <allow send_interface="edu.duke.linux.Yum"/>
- <allow own="edu.duke.linux.yum.Updatesd"/>
- <allow send_destination="edu.duke.linux.yum.Updatesd"/>
- <allow send_interface="edu.duke.linux.yum.Updatesd"/>
+ <allow own="edu.duke.linux.yum"/>
+ <allow send_destination="edu.duke.linux.yum"/>
+ <allow send_interface="edu.duke.linux.yum"/>
</policy>
<policy at_console="true">
- <allow own="edu.duke.linux.Yum"/>
+ <allow own="edu.duke.linux.yum"/>
- <allow send_destination="edu.duke.linux.Yum"/>
- <allow send_interface="edu.duke.linux.Yum"/>
- <allow own="edu.duke.linux.yum.Updatesd"/>
- <allow send_destination="edu.duke.linux.yum.Updatesd"/>
- <allow send_interface="edu.duke.linux.yum.Updatesd"/>
+ <allow send_destination="edu.duke.linux.yum"/>
+ <allow send_interface="edu.duke.linux.yum"/>
</policy>
<policy context="default">
- <deny own="edu.duke.linux.Yum"/>
+ <deny own="edu.duke.linux.yum"/>
- <deny send_destination="edu.duke.linux.Yum"/>
- <deny send_interface="edu.duke.linux.Yum"/>
- <deny own="edu.duke.linux.yum.Updatesd"/>
-
- <deny send_destination="edu.duke.linux.yum.Updatesd"/>
- <deny send_interface="edu.duke.linux.yum.Updatesd"/>
+ <deny send_destination="edu.duke.linux.yum"/>
+ <deny send_interface="edu.duke.linux.yum"/>
</policy>
</busconfig>
More information about the Yum-cvs-commits
mailing list