aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-19 21:56:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-19 21:56:44 +0000
commitf531059e5bb2bc4e14e7228f065e9e64c267b443 (patch)
treec0dff97e98c708b8fedafb3aba2c48818ae89ddd
parent32d7b113e64ef4170986eade5579416e2ec13073 (diff)
downloadports-f531059e5bb2bc4e14e7228f065e9e64c267b443.tar.gz
ports-f531059e5bb2bc4e14e7228f065e9e64c267b443.zip
MFH: r480095
security/lockdown: mark FORBIDDEN as it renders the system unbootable By inspection I see that the port sets the obsolete 'nodev' flag in /etc/fstab, and it really needs careful review for use with contemporary FreeBSD; upstream is gone. Reported by: Jeffrey Bouquet on -current
Notes
Notes: svn path=/branches/2018Q3/; revision=480116
-rw-r--r--security/lockdown/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile
index 4c262af186a1..d6f20e6a3061 100644
--- a/security/lockdown/Makefile
+++ b/security/lockdown/Makefile
@@ -3,12 +3,14 @@
PORTNAME= lockdown
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://lockdown.trunet.dk/ \
http://lockdown.loproc.dk/
MAINTAINER= ports@FreeBSD.org
COMMENT= Hardening script for FreeBSD
+FORBIDDEN= Renders system unbootable
USE_LDCONFIG= yes