Add section id's so that this document can be linked from others in
the tree. PR: docs/28114 Submitted by: "G. Adam Stanislav" <adam@whizkidtech.net>
This commit is contained in:
parent
ce0bf91614
commit
63965b7d0f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9594
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.7 2001/06/03 00:37:08 eric Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.8 2001/06/13 11:36:07 tom Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="secure">
|
<chapter id="secure">
|
||||||
|
@ -353,7 +353,7 @@ int main() {
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="chroot"><title>Limiting your program's environment</title>
|
<sect1 id="secure-chroot"><title>Limiting your program's environment</title>
|
||||||
|
|
||||||
<indexterm><primary>chroot()</primary></indexterm>
|
<indexterm><primary>chroot()</primary></indexterm>
|
||||||
|
|
||||||
|
@ -480,7 +480,8 @@ int main() {
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1><title>Race Conditions</title>
|
<sect1 id="secure-race-conditions">
|
||||||
|
<title>Race Conditions</title>
|
||||||
|
|
||||||
<para>A race condition is anomalous behavior caused by the
|
<para>A race condition is anomalous behavior caused by the
|
||||||
unexpected dependence on the relative timing of events. In
|
unexpected dependence on the relative timing of events. In
|
||||||
|
|
Loading…
Reference in a new issue