summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-12-27 00:00:55 +0000
committerabs <abs@pkgsrc.org>2009-12-27 00:00:55 +0000
commit40e5ab26a0c24ed07374832a2dad1669933a0ae2 (patch)
tree07a505285d05f74d76b24aa9fa679cb68a9ed17d /security
parent90c3123e863612d0036904e66c43b59563df8e50 (diff)
downloadpkgsrc-40e5ab26a0c24ed07374832a2dad1669933a0ae2.tar.gz
polkit-explicit-grant-helper and polkit-grant-helper should also
be setgid polkit (apparently). Bump pkgrevision
Diffstat (limited to 'security')
-rw-r--r--security/policykit/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile
index eaba5c1773d..ec7dbea1adf 100644
--- a/security/policykit/Makefile
+++ b/security/policykit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2009/09/08 13:31:16 abs Exp $
+# $NetBSD: Makefile,v 1.14 2009/12/27 00:00:55 abs Exp $
#
POLICYKIT_VER= 0.9
DISTNAME= PolicyKit-${POLICYKIT_VER}
PKGNAME= policykit-${POLICYKIT_VER}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= http://hal.freedesktop.org/releases/
@@ -56,6 +56,10 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/misc ${ROOT_USER} ${ROOT_GROUP} 0755
CONF_FILES_PERMS+= /dev/null ${VARBASE}/lib/misc/PolicyKit.reload \
${POLICYKIT_USER} ${POLICYKIT_GROUP} 0664
+SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-explicit-grant-helper \
+ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
+SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-grant-helper \
+ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-auth-helper \
${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-grant-helper \