pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Change the default setuid-root permissio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27c3197b2d6c
branches:  trunk
changeset: 530024:27c3197b2d6c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 15 14:46:02 2007 +0000

description:
Change the default setuid-root permissions from 4711 to 4555.  This
strips off the write bit for root and gets rid of the unnecessary lack
of read permissions for "group" and "other".  Inspired by /usr/bin/su
on NetBSD.

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e2c46347f01 -r 27c3197b2d6c mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Fri Jun 15 14:29:41 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Fri Jun 15 14:46:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.23 2007/06/15 14:14:36 jlam Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.24 2007/06/15 14:46:02 jlam Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -315,7 +315,7 @@
 # Keywords: setuid setgid st_mode perms
 #
 SPECIAL_PERMS?=                # empty
-SETUID_ROOT_PERMS?=    ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4711
+SETUID_ROOT_PERMS?=    ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555
 
 _INSTALL_PERMS_FILE=           ${_PKGINSTALL_DIR}/perms
 _INSTALL_PERMS_DATAFILE=       ${_PKGINSTALL_DIR}/perms-data



Home | Main Index | Thread Index | Old Index