summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-10-14 21:02:31 +0000
committerjkh <jkh@FreeBSD.org>2000-10-14 21:02:31 +0000
commit33cf0a74b86756a086c4142d172544683cdfe9d3 (patch)
treeaf2fe11d82a6e892316669c2960332ac77f69737 /usr.sbin/sysinstall/sysinstall.h
parent08327bbc406a9acb2b8422aef17971ed8ec83740 (diff)
downloadFreeBSD-src-33cf0a74b86756a086c4142d172544683cdfe9d3.zip
FreeBSD-src-33cf0a74b86756a086c4142d172544683cdfe9d3.tar.gz
Add another security configuration profile, call it "high" and
rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at>
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index ba9f7b9..048a5e7 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -446,6 +446,7 @@ extern int configNFSServer(dialogMenuItem *self);
extern int configWriteRC_conf(dialogMenuItem *self);
extern int configSecurityProfile(dialogMenuItem *self);
extern int configSecurityFascist(dialogMenuItem *self);
+extern int configSecurityHigh(dialogMenuItem *self);
extern int configSecurityModerate(dialogMenuItem *self);
extern int configSecurityLiberal(dialogMenuItem *self);
OpenPOWER on IntegriCloud