1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Jean-Marc Zucconi 1996-11-25 02:29:26 +00:00
parent 433de23394
commit 128c0e64ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4656
6 changed files with 12 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>