diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-25 02:29:26 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-25 02:29:26 +0000 |
commit | 128c0e64ff779f5e5fdf70635157d621075621e8 (patch) | |
tree | 66d382361c492c62d56bad7ed513fe92b03d9acc /x11/XFree86 | |
parent | Support Motif compilation. (diff) |
Remove the suid bit of SuperProbe.
According to Marc Slemko (marcs@alive.ampr.ab.ca) there are potential
security holes in SuperProbe and it is not going to be setuid in the
next release.
Diffstat (limited to 'x11/XFree86')
-rw-r--r-- | x11/XFree86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 11d36b6cb6b5..a15c99936279 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.21 1996/11/09 02:08:50 asami Exp $ +# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ # DISTNAME= xc @@ -28,6 +28,7 @@ INSTALL_TARGET= install install.man DIST_SUBDIR= xc post-install: + chmod u-s ${PREFIX}/bin/SuperProbe /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |