* Tue Mar 22 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.101-4

- Also allow org.kde.kcontrol.kcmclock.save without password for wheel

We're already allowing org.gnome.clockapplet.mechanism.*, so this doesn't
change any actual policy decisions. It just makes what works under GNOME also
work under KDE.

(And yes, we will be dragging in polkit-desktop-policy for KDE too in F15.)
This commit is contained in:
Kevin Kofler 2011-03-22 18:43:45 +01:00
parent f3deafcad2
commit fb2802ef27
1 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,7 @@ cat > $RPM_BUILD_ROOT%{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d/1
#
[Wheel Group Permissions]
Identity=unix-group:wheel
Action=org.gnome.clockapplet.mechanism.*;org.freedesktop.RealtimeKit1.*;org.freedesktop.udisks.filesystem-mount-system-internal
Action=org.gnome.clockapplet.mechanism.*;org.kde.kcontrol.kcmclock.save;org.freedesktop.RealtimeKit1.*;org.freedesktop.udisks.filesystem-mount-system-internal
ResultAny=auth_admin
ResultInactive=auth_admin
ResultActive=yes
@ -175,6 +175,9 @@ EOF
%{_datadir}/gtk-doc
%changelog
* Tue Mar 22 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.101-4
- Also allow org.kde.kcontrol.kcmclock.save without password for wheel
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-3
- Fix typo in pkla file (thanks notting)