Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 14:20:53 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480095 - head/security/lockdown
Message-ID:  <201809191420.w8JEKrcK094244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?201809191420.w8JEKrcK094244>