opnsense/os-update: add /etc/ttys to the blacklist

Suggested by: Shawn Webb / HardenedBSD
This commit is contained in:
Franco Fichtner 2015-05-14 18:34:22 +02:00
parent 7f7e9cf115
commit 2866433384
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= os-update
PORTVERSION= 15.1.10
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= sysutils
DISTFILES= # none

View File

@ -159,6 +159,7 @@ apply_base()
--exclude="./etc/master.passwd" \
--exclude="./etc/passwd" \
--exclude="./etc/shells" \
--exclude="./etc/ttys" \
--exclude="./etc/rc" && \
kldxref ${KERNELDIR} && \
echo "ok" && return