diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-08 10:16:56 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-08 10:16:56 +0000 |
| commit | 717bd36c83089d0dd5063fc143d12b0c31a70f98 (patch) | |
| tree | 821b81b3b0b91852e6847a263632be9ed9e47780 /usr.sbin/sysinstall/help | |
| parent | 8454c72c24f59ba3604b2f55decaa506bb1df6dd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/help')
| -rw-r--r-- | usr.sbin/sysinstall/help/security.hlp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/help/security.hlp b/usr.sbin/sysinstall/help/security.hlp new file mode 100644 index 000000000000..31b421b33654 --- /dev/null +++ b/usr.sbin/sysinstall/help/security.hlp @@ -0,0 +1,21 @@ +Please see the FreeBSD FAQ for more detailed information on security +profiles. The following table is intended to give you a rough idea just +which services are enabled (or disabled) by each of the canned security +profiles: + + Fascist High Moderate Low + ------- ---- -------- --- +inetd NO NO YES YES +sendmail NO YES YES YES +sshd NO YES YES YES +portmap NO NO * YES +nfs_server NO NO ** *** +securelevel YES (2) YES (1) NO NO + + +NOTES: +* Portmap is enabled if the machine has been configured as either an NFS + client or an NFS server earlier in the installation process. +** If the machine has been configured as an NFS server, NFS will only run + on a reserved port. +*** No changes are made to the NFS configuration. |
