svn commit: r480095 - head/security/lockdown

Ed Maste emaste at FreeBSD.org
Wed Sep 19 14:20:54 UTC 2018


Author: emaste (src committer)
Date: Wed Sep 19 14:20:53 2018
New Revision: 480095
URL: https://svnweb.freebsd.org/changeset/ports/480095

Log:
  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
  Approved by:	sbruno

Modified:
  head/security/lockdown/Makefile

Modified: head/security/lockdown/Makefile
==============================================================================
--- head/security/lockdown/Makefile	Wed Sep 19 10:41:52 2018	(r480094)
+++ head/security/lockdown/Makefile	Wed Sep 19 14:20:53 2018	(r480095)
@@ -10,6 +10,7 @@ MASTER_SITES=	http://lockdown.trunet.dk/ \
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Hardening script for FreeBSD
+FORBIDDEN=	Renders system unbootable
 
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list