Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=617cbd043b129cced3fa8e849a02c5888a830b7f
commit 617cbd043b129cced3fa8e849a02c5888a830b7f Author: Priyank <[EMAIL PROTECTED]> Date: Fri Oct 19 01:15:15 2007 +0530 updatenotifier updnotifier.conf : "users" group should be allowed to access org.frugalware.UpdNotifier methods diff --git a/updatenotifier/updnotifierd.conf b/updatenotifier/updnotifierd.conf index 1557583..1bfeb25 100644 --- a/updatenotifier/updnotifierd.conf +++ b/updatenotifier/updnotifierd.conf @@ -8,7 +8,7 @@ <allow send_interface="org.frugalware.UpdNotifier"/> </policy> <policy group="users"> - <deny own="org.frugalware.UpdNotifier"/> + <allow own="org.frugalware.UpdNotifier"/> <allow send_destination="org.frugalware.UpdNotifier"/> <allow send_interface="org.frugalware.UpdNotifier"/> </policy> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
