Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 21:56:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r480116 - branches/2018Q3/security/lockdown
Message-ID:  <201809192156.w8JLuinn027234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Hardening script for FreeBSD
+FORBIDDEN=	Renders system unbootable
 
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809192156.w8JLuinn027234>