pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/policykit polkit-read-auth-helper, polkit-rea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbe8d6f71382
branches: trunk
changeset: 398772:bbe8d6f71382
user: abs <abs%pkgsrc.org@localhost>
date: Tue Sep 08 13:31:16 2009 +0000
description:
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:
security/policykit/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r dee4bb45cbc8 -r bbe8d6f71382 security/policykit/Makefile
--- a/security/policykit/Makefile Tue Sep 08 13:06:01 2009 +0000
+++ b/security/policykit/Makefile Tue Sep 08 13:31:16 2009 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index