PolicyKit: Changes to 'refs/tags/POLICY_KIT_0_4'

David Zeuthen david at kemper.freedesktop.org
Wed Jul 25 19:07:33 PDT 2007


Tag 'POLICY_KIT_0_4' created by David Zeuthen <davidz at redhat.com> at 2007-07-26 03:07 -0700

PolicyKit 0.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBGqAHYKn8s4BN7nF4RAm8bAJ0fSLRIr990N0V75620crhmoUS9yACcC3+G
pW41u0nLTm/SMvFSVIRmoRY=
=/Xz2
-----END PGP SIGNATURE-----

Changes since POLICY_KIT_0_3:
David Zeuthen:
      post-release version bump
      remove the notion of modules
      replace configuration reload mechanism
      get proper pid and SELinux context
      add support for an /etc/PolicyKit/PolicyKit.conf config file
      document the /etc/PolicyKit/PolicyKit.conf file with a manual page
      update TODO
      switch from VIA_ROOT to VIA_ADMIN
      remove RESULT_NOT_AUTHORIZED_TO_KNOW and s/RESULT_UNKNOWN_ACTION/RESULT_UNKNOWN/
      fix up some of the docs
      change default username
      fix typo
      require that policy files also provide a <message> element
      fix docs
      fix up proper naming of some methods on the PolKitPolicyFileEntry class
      for PolKitContext, mention that a mechanism need to provide .policy files
      update NEWS
      actually reload config and policy files when they change

---
 COPYING                                         |    2 
 Makefile.am                                     |    2 
 NEWS                                            |   42 +
 configure.in                                    |   55 +
 data/Makefile.am                                |   19 
 doc/TODO                                        |   61 +-
 doc/man/Makefile.am                             |    7 
 doc/man/PolicyKit.8.in                          |    5 
 doc/man/PolicyKit.conf.5.in                     |  198 ++++++
 doc/man/polkit-check-caller.1.in                |    5 
 doc/man/polkit-check-session.1.in               |    5 
 doc/man/polkit-list-actions.1.in                |   44 +
 doc/man/polkit-module-allow-all.8.in            |   51 -
 doc/man/polkit-module-builtins.8.in             |   55 -
 doc/man/polkit-module-default.8.in              |   39 -
 doc/man/polkit-module-deny-all.8.in             |   50 -
 doc/man/polkit-module-run-program.8.in          |  197 ------
 doc/man/polkit-policy-file-validate.1.in        |    2 
 doc/man/polkit-reload-config.1.in               |   36 +
 doc/spec/polkit-spec-configuration.xml          |   30 -
 modules/Makefile.am                             |    5 
 modules/PolicyKit.conf                          |    6 
 modules/allow-all/Makefile.am                   |   25 
 modules/allow-all/polkit-module-allow-all.c     |   82 --
 modules/default/Makefile.am                     |   25 
 modules/default/polkit-module-default.c         |  102 ---
 modules/deny-all/Makefile.am                    |   25 
 modules/deny-all/polkit-module-deny-all.c       |   82 --
 modules/grant/Makefile.am                       |   25 
 modules/grant/polkit-module-grant.c             |  208 -------
 modules/run-program/Makefile.am                 |   25 
 modules/run-program/polkit-module-run-program.c |  329 -----------
 policy/Makefile.am                              |    2 
 polkit-dbus/Makefile.am                         |    2 
 polkit-dbus/polkit-dbus.c                       |   63 +-
 polkit-grant/Makefile.am                        |   18 
 polkit-grant/polkit-grant-helper.c              |   45 -
 polkit-grant/polkit-grant.h                     |    2 
 polkit/Makefile.am                              |   28 
 polkit/polkit-config.c                          |  597 ++++++++++++++++++++
 polkit/polkit-config.h                          |   60 ++
 polkit/polkit-context.c                         |  559 +++++++------------
 polkit/polkit-context.h                         |  161 ++---
 polkit/polkit-grant-database.c                  |   15 
 polkit/polkit-module.c                          |  683 ------------------------
 polkit/polkit-module.h                          |  163 -----
 polkit/polkit-policy-default.c                  |    1 
 polkit/polkit-policy-file-entry.c               |   44 +
 polkit/polkit-policy-file-entry.h               |    5 
 polkit/polkit-policy-file.c                     |   36 +
 polkit/polkit-result.c                          |   18 
 polkit/polkit-result.h                          |   53 +
 polkit/polkit.h                                 |    1 
 tools/Makefile.am                               |   17 
 tools/polkit-grant.c                            |   26 
 tools/polkit-list-actions.c                     |    4 
 tools/polkit-reload-config.in                   |    2 
 57 files changed, 1668 insertions(+), 2781 deletions(-)
---


More information about the hal-commit mailing list