PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Thu Dec 6 16:02:31 PST 2007


 configure.in |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 905c4b31d7e8ace11592c8ae47d8c1f8203f85bb
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Dec 6 18:59:12 2007 -0500

    be more precise about permissions in the blurb at the end of configure
    
    Suggested by Michael Biebl <mbiebl at gmail.com>.

diff --git a/configure.in b/configure.in
index 2ec1c65..bfa09e7 100644
--- a/configure.in
+++ b/configure.in
@@ -541,6 +541,9 @@ if test "${POLKIT_AUTHDB}" = default ; then
   echo "NOTE: The directory ${localstatedir}/run/PolicyKit-public will be"
   echo "      owned by group ${POLKIT_GROUP} and will be mode 775."
   echo
+  echo "NOTE: ${libexecdir}/polkit-set-default-helper will be owned by"
+  echo "      group ${POLKIT_GROUP} and installed with mode 2755 (setgid binary)."
+  echo
   echo "NOTE: ${libexecdir}/polkit-read-auth-helper will be owned by"
   echo "      group ${POLKIT_GROUP} and installed with mode 2755 (setgid binary)."
   echo
@@ -553,7 +556,8 @@ if test "${POLKIT_AUTHDB}" = default ; then
   echo "NOTE: ${libexecdir}/polkit-explicit-grant-helper will be owned by"
   echo "      group ${POLKIT_GROUP} and installed with mode 2755 (setgid binary)."
   echo
-  echo "NOTE: ${libexecdir}/polkit-grant-helper-pam will be setuid root."
+  echo "NOTE: ${libexecdir}/polkit-grant-helper-pam will be owned by group"
+  echo "      ${POLKIT_GROUP} and installed with mode 4750 (setuid root binary)."
   echo
   echo "NOTE: For packaging, remember to retain the modes and ownership."
   echo


More information about the hal-commit mailing list