diff options
author | jmz <jmz@FreeBSD.org> | 1996-11-25 10:29:26 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-11-25 10:29:26 +0800 |
commit | b48a91055a6c9fab26c54ea0180d7854593eb45e (patch) | |
tree | e5875af0021a145778b0f2a8cd57b92fea90dce6 /x11 | |
parent | 4216aaa800e0c84a872730186297a0e0f88b421c (diff) | |
download | freebsd-ports-gnome-b48a91055a6c9fab26c54ea0180d7854593eb45e.tar.gz freebsd-ports-gnome-b48a91055a6c9fab26c54ea0180d7854593eb45e.tar.zst freebsd-ports-gnome-b48a91055a6c9fab26c54ea0180d7854593eb45e.zip |
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')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 11d36b6cb6b5..a15c99936279 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/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> diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 11d36b6cb6b5..a15c99936279 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/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> diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 11d36b6cb6b5..a15c99936279 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/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> 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> |