diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-07 18:13:41 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-07 18:13:41 +0000 |
commit | 4bb16afc5cc22a2990d2a18789c38718120ef901 (patch) | |
tree | c0cbe6065e24d31cd728146dcd9257a333bae3c3 /x11/kdebase2 | |
parent | cd3fe6bed42dd195ced160c5a44c0e3fce216ee7 (diff) | |
download | pkgsrc-4bb16afc5cc22a2990d2a18789c38718120ef901.tar.gz |
Remove slightly paranoid security comment - having the read bit set on a
set{uid,gid} binary is no worse than having the source code freely
available.
Diffstat (limited to 'x11/kdebase2')
-rw-r--r-- | x11/kdebase2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index dad07da390c..226f2c1008c 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/12/03 15:37:18 skrll Exp $ +# $NetBSD: Makefile,v 1.34 2001/12/07 18:13:41 skrll Exp $ DISTNAME= kdebase-2.2.2 CATEGORIES= x11 @@ -76,8 +76,8 @@ post-install: ${PREFIX}/share/doc/kde/HTML/en/kdm @# Several programs need to be setuid-root, but due to the way that - @# KDE2 finds executables, the files must have their read bit set, - @# which is a potential security risk. "Ugh". + @# KDE2 finds executables, the files must have their read bit set + @# so that KStandardDir::findResource() will find them @# suid_progs=" \ bin/konsole_grantpty \ |