Fill paragraphs and fix some misindentation. No content changes.
This commit is contained in:
parent
347fa35657
commit
b0b5e7861e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10513
1 changed files with 29 additions and 28 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||||
|
|
||||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.257 2001/08/23 22:06:11 dd Exp $</pubdate>
|
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.258 2001/08/31 16:14:25 dd Exp $</pubdate>
|
||||||
|
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>1995</year>
|
<year>1995</year>
|
||||||
|
|
@ -2178,21 +2178,21 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
||||||
<para>A <quote>security profile</quote> is a set of configuration
|
<para>A <quote>security profile</quote> is a set of configuration
|
||||||
options that attempts to achieve the desired ratio of security
|
options that attempts to achieve the desired ratio of security
|
||||||
to convenience by enabling and disabling certain programs and
|
to convenience by enabling and disabling certain programs and
|
||||||
other settings. The more severe the security profile, the fewer
|
other settings. The more severe the security profile, the
|
||||||
programs will be enabled by
|
fewer programs will be enabled by default. This is one of the
|
||||||
default. This is one of the basic principles of security:
|
basic principles of security: do not run anything except what
|
||||||
do not run anything except what you must.</para>
|
you must.</para>
|
||||||
|
|
||||||
<para>Please note that the security profile is just a default
|
<para>Please note that the security profile is just a default
|
||||||
setting. All programs can be enabled and disabled after you have
|
setting. All programs can be enabled and disabled after you
|
||||||
installed FreeBSD by editing or adding the appropriate line(s)
|
have installed FreeBSD by editing or adding the appropriate
|
||||||
to <filename>/etc/rc.conf</filename>. For more information,
|
line(s) to <filename>/etc/rc.conf</filename>. For more
|
||||||
please see the &man.rc.conf.5; manual page.</para>
|
information, please see the &man.rc.conf.5; manual page.</para>
|
||||||
|
|
||||||
<para>The following table describes what each of the
|
<para>The following table describes what each of the security
|
||||||
security profiles do. The columns are the choices you
|
profiles do. The columns are the choices you have for a
|
||||||
have for a security profile, and the rows are the program
|
security profile, and the rows are the program or feature that
|
||||||
or feature that the profile enables or disables.</para>
|
the profile enables or disables.</para>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<title>Possible security profiles</title>
|
<title>Possible security profiles</title>
|
||||||
|
|
@ -2231,13 +2231,13 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
||||||
|
|
||||||
<entry>NO</entry>
|
<entry>NO</entry>
|
||||||
|
|
||||||
<entry>MAYBE <footnote>
|
<entry>MAYBE
|
||||||
<para>The portmapper is enabled if the machine has been
|
<footnote>
|
||||||
configured as an NFS client or server earlier in the
|
<para>The portmapper is enabled if the machine has
|
||||||
installation.</para>
|
been configured as an NFS client or server earlier
|
||||||
</footnote>
|
in the installation.</para>
|
||||||
</entry>
|
</footnote>
|
||||||
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
|
@ -2251,15 +2251,16 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
||||||
<row>
|
<row>
|
||||||
<entry>&man.securelevel.8;</entry>
|
<entry>&man.securelevel.8;</entry>
|
||||||
|
|
||||||
<entry>YES (2) <footnote>
|
<entry>YES (2)
|
||||||
<para>If you choose a security profile that sets the
|
<footnote>
|
||||||
securelevel (Extreme or High), you must be aware of the
|
<para>If you choose a security profile that sets the
|
||||||
implications. Please read the &man.init.8; manual page
|
securelevel (Extreme or High), you must be aware
|
||||||
and pay particular attention to the meanings of the
|
of the implications. Please read the &man.init.8;
|
||||||
security levels, or you may have significant trouble
|
manual page and pay particular attention to the
|
||||||
later!</para>
|
meanings of the security levels, or you may have
|
||||||
|
significant trouble later!</para>
|
||||||
</footnote>
|
</footnote>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
<entry>NO</entry>
|
<entry>NO</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue