2009-06-08 20:42:27 +00:00
|
|
|
|
Summary: PolicyKit Authorization Framework
|
|
|
|
|
Name: polkit
|
2011-03-03 19:00:44 +00:00
|
|
|
|
Version: 0.101
|
2011-04-19 19:09:42 +00:00
|
|
|
|
Release: 5%{?dist}
|
2009-06-09 13:33:04 +00:00
|
|
|
|
License: LGPLv2+
|
2009-06-08 20:42:27 +00:00
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
|
2010-01-08 20:37:28 +00:00
|
|
|
|
Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
2009-06-08 20:42:27 +00:00
|
|
|
|
Group: System Environment/Libraries
|
2011-03-03 19:00:44 +00:00
|
|
|
|
BuildRequires: glib2-devel >= 2.28.0
|
2009-06-08 20:42:27 +00:00
|
|
|
|
BuildRequires: expat-devel
|
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: intltool
|
2009-08-12 19:25:45 +00:00
|
|
|
|
BuildRequires: gobject-introspection-devel
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
2011-04-19 19:09:42 +00:00
|
|
|
|
Patch1: 0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch
|
|
|
|
|
Patch2: 0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch
|
|
|
|
|
Patch3: 0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch
|
|
|
|
|
Patch4: 0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
Requires: ConsoleKit
|
|
|
|
|
Requires: dbus
|
|
|
|
|
|
2009-09-14 19:57:29 +00:00
|
|
|
|
Obsoletes: PolicyKit <= 0.10
|
|
|
|
|
Provides: PolicyKit = 0.11
|
2009-09-14 17:41:41 +00:00
|
|
|
|
|
2010-08-13 15:23:27 +00:00
|
|
|
|
# polkit saw some API/ABI changes from 0.96 to 0.97 so require a
|
|
|
|
|
# sufficiently new polkit-gnome package
|
|
|
|
|
Conflicts: polkit-gnome < 0.97
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%description
|
|
|
|
|
PolicyKit is a toolkit for defining and handling authorizations.
|
|
|
|
|
It is used for allowing unprivileged processes to speak to privileged
|
|
|
|
|
processes.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for PolicyKit
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %name = %{version}-%{release}
|
|
|
|
|
Requires: %name-docs = %{version}-%{release}
|
|
|
|
|
Requires: glib2-devel
|
2009-09-14 19:57:29 +00:00
|
|
|
|
Obsoletes: PolicyKit-devel <= 0.10
|
|
|
|
|
Provides: PolicyKit-devel = 0.11
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Development files for PolicyKit.
|
|
|
|
|
|
|
|
|
|
%package docs
|
|
|
|
|
Summary: Development documentation for PolicyKit
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %name-devel = %{version}-%{release}
|
2009-09-14 19:57:29 +00:00
|
|
|
|
Obsoletes: PolicyKit-docs <= 0.10
|
|
|
|
|
Provides: PolicyKit-docs = 0.11
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
|
Development documentation for PolicyKit.
|
|
|
|
|
|
2009-08-13 17:56:44 +00:00
|
|
|
|
%package desktop-policy
|
2011-03-17 14:41:49 +00:00
|
|
|
|
Summary: PolicyKit policy for desktop users
|
2009-08-13 17:56:44 +00:00
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
#Requires: %name = %{version}-%{release}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description desktop-policy
|
2011-03-17 14:41:49 +00:00
|
|
|
|
This package contains configuration directives to make PolicyKit use
|
|
|
|
|
members of the wheel group when administrator authentication is
|
|
|
|
|
required. Additionally, the package also contain configuration
|
|
|
|
|
directives to allow users in the wheel group to do certain actions
|
|
|
|
|
without being interrupted by password dialogs
|
2009-08-13 17:56:44 +00:00
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2011-04-19 19:09:42 +00:00
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2010-11-13 04:02:06 +00:00
|
|
|
|
%configure --enable-gtk-doc \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--libexecdir=%{_libexecdir}/polkit-1 \
|
|
|
|
|
--enable-introspection \
|
|
|
|
|
--enable-examples
|
2009-06-08 20:42:27 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
2010-09-02 15:25:25 +00:00
|
|
|
|
# bug 629515
|
|
|
|
|
cp src/polkitagent/polkitagentenumtypes.h $RPM_BUILD_ROOT%{_includedir}/polkit-1/polkitagent
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
|
|
|
|
|
|
|
|
|
|
%find_lang polkit-1
|
|
|
|
|
|
2009-08-13 17:56:44 +00:00
|
|
|
|
###
|
|
|
|
|
### BEGIN DESKTOP POLICY CONFIGURATION ###
|
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
cat > $RPM_BUILD_ROOT%{_sysconfdir}/polkit-1/localauthority.conf.d/60-desktop-policy.conf << EOF
|
2011-03-17 14:41:49 +00:00
|
|
|
|
# This allows users in the wheel group to authenticate as the
|
|
|
|
|
# administrator.
|
2009-08-13 17:56:44 +00:00
|
|
|
|
#
|
|
|
|
|
# DO NOT EDIT THIS FILE, it will be overwritten on update.
|
|
|
|
|
|
|
|
|
|
[Configuration]
|
2011-03-17 14:41:49 +00:00
|
|
|
|
AdminIdentities=unix-group:wheel
|
2009-08-13 17:56:44 +00:00
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
cat > $RPM_BUILD_ROOT%{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d/10-desktop-policy.pkla << EOF
|
2011-03-17 14:41:49 +00:00
|
|
|
|
# Authorizations/policy for the wheel group.
|
2009-08-13 17:56:44 +00:00
|
|
|
|
#
|
|
|
|
|
# DO NOT EDIT THIS FILE, it will be overwritten on update.
|
|
|
|
|
#
|
2011-03-17 14:41:49 +00:00
|
|
|
|
# Allow users in the wheel group to do certain actions without being
|
|
|
|
|
# interrupted by password dialogs
|
2009-08-13 17:56:44 +00:00
|
|
|
|
#
|
2011-03-17 14:41:49 +00:00
|
|
|
|
[Wheel Group Permissions]
|
2011-03-17 14:52:48 +00:00
|
|
|
|
Identity=unix-group:wheel
|
2011-03-22 17:43:45 +00:00
|
|
|
|
Action=org.gnome.clockapplet.mechanism.*;org.kde.kcontrol.kcmclock.save;org.freedesktop.RealtimeKit1.*;org.freedesktop.udisks.filesystem-mount-system-internal
|
2011-03-17 14:41:49 +00:00
|
|
|
|
ResultAny=auth_admin
|
|
|
|
|
ResultInactive=auth_admin
|
2009-08-13 17:56:44 +00:00
|
|
|
|
ResultActive=yes
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
|
### END DESKTOP POLICY CONFIGURATION
|
|
|
|
|
###
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
2009-08-13 17:56:44 +00:00
|
|
|
|
%files desktop-policy
|
|
|
|
|
%{_sysconfdir}/polkit-1/localauthority.conf.d/60-desktop-policy.conf
|
|
|
|
|
%{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d/10-desktop-policy.pkla
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%files -f polkit-1.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
%dir %{_libdir}/polkit-1
|
|
|
|
|
%dir %{_libdir}/polkit-1/extensions
|
|
|
|
|
%{_libdir}/polkit-1/extensions/*.so
|
2009-08-12 19:25:45 +00:00
|
|
|
|
%{_datadir}/man/man1/*
|
|
|
|
|
%{_datadir}/man/man8/*
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%{_datadir}/dbus-1/system-services/*
|
|
|
|
|
%dir %{_datadir}/polkit-1/
|
|
|
|
|
%dir %{_datadir}/polkit-1/actions
|
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
|
|
|
|
|
%{_sysconfdir}/pam.d/polkit-1
|
|
|
|
|
%{_sysconfdir}/polkit-1
|
|
|
|
|
%{_bindir}/pkaction
|
|
|
|
|
%{_bindir}/pkcheck
|
2011-01-28 18:56:06 +00:00
|
|
|
|
%dir %{_libexecdir}/polkit-1
|
2009-07-21 00:30:33 +00:00
|
|
|
|
%{_libexecdir}/polkit-1/polkitd
|
2010-11-13 04:02:06 +00:00
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
|
|
|
|
# see upstream docs for why these permissions are necessary
|
|
|
|
|
%attr(4755,root,root) %{_bindir}/pkexec
|
2009-07-21 00:30:33 +00:00
|
|
|
|
%attr(4755,root,root) %{_libexecdir}/polkit-1/polkit-agent-helper-1
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
2009-09-13 19:52:31 +00:00
|
|
|
|
%attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/20-org.d
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/30-site.d
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/50-local.d
|
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/90-mandatory.d
|
2009-08-12 19:25:45 +00:00
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2010-11-13 04:02:06 +00:00
|
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2009-06-08 20:42:27 +00:00
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_bindir}/pk-example-frobnicate
|
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
|
%defattr(-,root,root,-)
|
2010-08-23 23:19:35 +00:00
|
|
|
|
%{_datadir}/gtk-doc
|
2009-06-08 20:42:27 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2011-04-19 19:09:42 +00:00
|
|
|
|
* Tue Apr 19 2011 David Zeuthen <davidz@redhat.com> - 0.101-5
|
|
|
|
|
- CVE-2011-1485 (#697951)
|
|
|
|
|
|
2011-03-22 17:43:45 +00:00
|
|
|
|
* Tue Mar 22 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.101-4
|
|
|
|
|
- Also allow org.kde.kcontrol.kcmclock.save without password for wheel
|
|
|
|
|
|
2011-03-17 14:52:48 +00:00
|
|
|
|
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-3
|
|
|
|
|
- Fix typo in pkla file (thanks notting)
|
|
|
|
|
|
2011-03-17 14:41:49 +00:00
|
|
|
|
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-2
|
|
|
|
|
- Nuke desktop_admin_r and desktop_user_r groups - just use the
|
|
|
|
|
wheel group instead (#688363)
|
|
|
|
|
- Update the set of configuration directives that gives users
|
|
|
|
|
in the wheel group extra privileges
|
|
|
|
|
|
2011-03-03 19:00:44 +00:00
|
|
|
|
* Thu Mar 03 2011 David Zeuthen <davidz@redhat.com> - 0.101-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2011-02-21 23:01:08 +00:00
|
|
|
|
* Mon Feb 21 2011 David Zeuthen <davidz@redhat.com> - 0.100-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
2011-02-09 15:40:13 +00:00
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2011-01-28 18:56:06 +00:00
|
|
|
|
* Fri Jan 28 2011 Matthias Clasen <mclasen@redhat.com> - 0.98-6
|
|
|
|
|
- Own /usr/libexec/polkit-1
|
|
|
|
|
|
2010-11-13 04:02:06 +00:00
|
|
|
|
* Fri Nov 14 2010 Matthias Clasen <mclasen@redhat.com> - 0.98-5
|
|
|
|
|
- Enable introspection
|
|
|
|
|
|
2010-09-02 15:25:25 +00:00
|
|
|
|
* Thu Sep 02 2010 David Zeuthen <davidz@redhat.com> - 0.98-4
|
|
|
|
|
- Fix #629515 in a way that doesn't require autoreconf
|
|
|
|
|
|
2010-09-02 15:09:26 +00:00
|
|
|
|
* Thu Sep 02 2010 David Zeuthen <davidz@redhat.com> - 0.98-2
|
|
|
|
|
- Include polkitagentenumtypes.h (#629515)
|
|
|
|
|
|
2010-08-23 23:19:35 +00:00
|
|
|
|
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 0.98-1
|
2010-08-20 17:23:51 +00:00
|
|
|
|
- Update to upstream release 0.98
|
2010-08-23 23:19:35 +00:00
|
|
|
|
- Co-own /usr/share/gtk-doc (#604410)
|
2010-08-20 17:23:51 +00:00
|
|
|
|
|
2010-08-18 18:57:22 +00:00
|
|
|
|
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.97-5
|
|
|
|
|
- Rebuid to work around bodhi limitations
|
|
|
|
|
|
2010-08-18 18:38:44 +00:00
|
|
|
|
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.97-4
|
|
|
|
|
- Fix a ConsoleKit interaction bug
|
|
|
|
|
|
2010-08-13 15:23:27 +00:00
|
|
|
|
* Fri Aug 13 2010 David Zeuthen <davidz@redhat.com> - 0.97-3
|
|
|
|
|
- Add a patch to make pkcheck(1) work the way libvirtd uses it (#623257)
|
|
|
|
|
- Require GLib >= 2.25.12 instead of 2.25.11
|
|
|
|
|
- Ensure polkit-gnome packages earlier than 0.97 are not used with
|
|
|
|
|
these packages
|
|
|
|
|
|
2010-08-09 21:25:18 +00:00
|
|
|
|
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2010-08-09 21:00:35 +00:00
|
|
|
|
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-1
|
|
|
|
|
- Update to 0.97. This release contains a port from EggDBus to the
|
|
|
|
|
GDBus code available in recent GLib releases.
|
|
|
|
|
|
2010-01-15 19:35:24 +00:00
|
|
|
|
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 0.96-1
|
|
|
|
|
- Update to 0.96
|
|
|
|
|
- Disable introspection support for the time being
|
|
|
|
|
|
2010-01-08 20:37:28 +00:00
|
|
|
|
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-1
|
|
|
|
|
- Update to 0.95
|
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
|
|
|
|
|
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> - 0.95-0.git20090913.3
|
|
|
|
|
- Fix a typo in pklocalauthority(8)
|
|
|
|
|
|
2009-09-14 19:57:29 +00:00
|
|
|
|
* Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.2
|
|
|
|
|
- Refine how Obsolete: is used and also add Provides: (thanks Jesse
|
|
|
|
|
Keating and nim-nim)
|
|
|
|
|
|
2009-09-14 17:41:41 +00:00
|
|
|
|
* Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.1
|
|
|
|
|
- Add bugfix for polkit_unix_process_new_full() (thanks Bastien Nocera)
|
|
|
|
|
- Obsolete old PolicyKit packages
|
|
|
|
|
|
2009-09-13 19:52:31 +00:00
|
|
|
|
* Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913
|
|
|
|
|
- Update to git snapshot
|
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
- Turn on GObject introspection
|
|
|
|
|
- Don't delete desktop_admin_r and desktop_user_r groups when
|
|
|
|
|
uninstalling polkit-desktop-policy
|
|
|
|
|
|
2009-09-11 19:50:47 +00:00
|
|
|
|
* Fri Sep 11 2009 David Zeuthen <davidz@redhat.com> - 0.94-4
|
|
|
|
|
- Add some patches from git master
|
|
|
|
|
- Sort pkaction(1) output
|
|
|
|
|
- Bug 23867 – UnixProcess vs. SystemBusName aliasing
|
|
|
|
|
|
2009-08-13 17:56:44 +00:00
|
|
|
|
* Thu Aug 13 2009 David Zeuthen <davidz@redhat.com> - 0.94-3
|
|
|
|
|
- Add desktop_admin_r and desktop_user_r groups along with a first cut
|
|
|
|
|
of default authorizations for users in these groups.
|
|
|
|
|
|
2009-08-12 19:42:21 +00:00
|
|
|
|
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-2
|
|
|
|
|
- Disable GObject Introspection for now as it breaks the build
|
|
|
|
|
|
2009-08-12 19:25:45 +00:00
|
|
|
|
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
|
|
|
|
|
- Update to upstream release 0.94
|
|
|
|
|
|
2009-07-26 19:08:08 +00:00
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-07-21 00:47:47 +00:00
|
|
|
|
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2009-07-21 00:30:33 +00:00
|
|
|
|
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
|
|
|
|
|
- Update to 0.93
|
|
|
|
|
|
2009-06-09 13:33:04 +00:00
|
|
|
|
* Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-3
|
|
|
|
|
- Don't make docs noarch (I *heart* multilib)
|
|
|
|
|
- Change license to LGPLv2+
|
|
|
|
|
|
2009-06-08 20:42:58 +00:00
|
|
|
|
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2009-06-08 20:42:27 +00:00
|
|
|
|
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
|
|
|
|
|
- Update to 0.92 release
|
|
|
|
|
|
|
|
|
|
* Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527
|
|
|
|
|
- Update to 0.92 snapshot
|
|
|
|
|
|
|
|
|
|
* Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1
|
|
|
|
|
- Initial spec file.
|