svn commit: r480116 - branches/2018Q3/security/lockdown

Antoine Brodin antoine at FreeBSD.org
Wed Sep 19 21:56:45 UTC 2018


Author: antoine
Date: Wed Sep 19 21:56:44 2018
New Revision: 480116
URL: https://svnweb.freebsd.org/changeset/ports/480116

Log:
  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

Modified:
  branches/2018Q3/security/lockdown/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/security/lockdown/Makefile
==============================================================================
--- branches/2018Q3/security/lockdown/Makefile	Wed Sep 19 21:53:34 2018	(r480115)
+++ branches/2018Q3/security/lockdown/Makefile	Wed Sep 19 21:56:44 2018	(r480116)
@@ -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 at FreeBSD.org
 COMMENT=	Hardening script for FreeBSD
+FORBIDDEN=	Renders system unbootable
 
 USE_LDCONFIG=	yes
 


More information about the svn-ports-branches mailing list