summaryrefslogtreecommitdiff
path: root/security/policykit/Makefile
diff options
context:
space:
mode:
authorabs <abs>2009-09-08 13:31:16 +0000
committerabs <abs>2009-09-08 13:31:16 +0000
commit6aa85a101edd861ee67f69211a0cef06ae7ec322 (patch)
treedebf98ec7fb3acf9030242d980999736da1aa72e /security/policykit/Makefile
parentb0de4406eb7f280763ca263050eea090f289e1d6 (diff)
downloadpkgsrc-6aa85a101edd861ee67f69211a0cef06ae7ec322.tar.gz
polkit-read-auth-helper, polkit-read-grant-helper and polkit-revoke-helper should be setgid polkit not setgid wheel - make it so. Bump PKGREVISION
Diffstat (limited to 'security/policykit/Makefile')
-rw-r--r--security/policykit/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile
index 2b0c4879e2c..eaba5c1773d 100644
--- a/security/policykit/Makefile
+++ b/security/policykit/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/09/08 13:31:16 abs Exp $
#
POLICYKIT_VER= 0.9
DISTNAME= PolicyKit-${POLICYKIT_VER}
PKGNAME= policykit-${POLICYKIT_VER}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= http://hal.freedesktop.org/releases/
@@ -56,6 +56,13 @@ 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-read-auth-helper \
+ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
+SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-grant-helper \
+ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
+SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-revoke-helper \
+ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"