0e3f233f51
This patch add new 'hardening' file responsible for new bsdinstall 'System Hardening' menu allowing users to set some sane and carefully picked system security options (like random process id's, hiding other users/groups processes and others). All options are OFF by default in this patch due to POLA principle with intention to turn change some of them to ON by default in future. Reviewed by: adrian, allanjude, bdrewery, nwhitehorn Approved by: adrian, allanjude MFC after: 7 days
11 lines
288 B
Makefile
11 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config docsinstall entropy hardening hostname jail \
|
|
keymap mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 \
|
|
rootpass script services time umount wlanconfig zfsboot
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|