diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-09-10 18:51:13 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-09-10 18:51:13 +0000 |
| commit | 6b6ff9a9265272d609086d940b3e4511a92973d8 (patch) | |
| tree | 1926e634a69de0742c7fdbbcf51faf46b7346a52 | |
| parent | b3a0a7cd534c1537edf0b62f1ce36fb2b2779ce6 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 6 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index bd54346b333a..b26f190035ba 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1067,6 +1067,12 @@ hw.pcic.irq="0"</programlisting> <para>A race condition in &man.rmuser.8; that briefly exposed a world-readable <filename>/etc/master.passwd</filename> has been fixed (see security advisory FreeBSD-SA-01:59). &merged;</para> + + <para>All non-<username>root</username>-owned binaries in standard + system paths now have the <literal>schg</literal> flag set to + prevent exploit vectors when run by &man.cron.8;, by + <username>root</username>, or by a user other then the one owning + the binary.</para> </sect2> <sect2 id="userland"> <title>Userland Changes</title> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index bd54346b333a..b26f190035ba 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1067,6 +1067,12 @@ hw.pcic.irq="0"</programlisting> <para>A race condition in &man.rmuser.8; that briefly exposed a world-readable <filename>/etc/master.passwd</filename> has been fixed (see security advisory FreeBSD-SA-01:59). &merged;</para> + + <para>All non-<username>root</username>-owned binaries in standard + system paths now have the <literal>schg</literal> flag set to + prevent exploit vectors when run by &man.cron.8;, by + <username>root</username>, or by a user other then the one owning + the binary.</para> </sect2> <sect2 id="userland"> <title>Userland Changes</title> |
