diff options
author | abs <abs@pkgsrc.org> | 2009-09-08 13:31:16 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-09-08 13:31:16 +0000 |
commit | 5ff49502c1a0f61d828f30fb9831ec217a2434f3 (patch) | |
tree | debf98ec7fb3acf9030242d980999736da1aa72e /security | |
parent | be5990223fea6a27e8ed7ffe33cc1b60b961a2fb (diff) | |
download | pkgsrc-5ff49502c1a0f61d828f30fb9831ec217a2434f3.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')
-rw-r--r-- | security/policykit/Makefile | 11 |
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" |