summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorabs <abs>2009-12-27 00:00:55 +0000
committerabs <abs>2009-12-27 00:00:55 +0000
commit5c363a10a436b38401159393050e7cdf964525d5 (patch)
tree07a505285d05f74d76b24aa9fa679cb68a9ed17d /security
parent494d2acd3ce3a76dfdd14be58f481c2d9120a63b (diff)
downloadpkgsrc-5c363a10a436b38401159393050e7cdf964525d5.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 \