Commit graph

9907 commits

Author SHA1 Message Date
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Bruce A. Mah
13ad38b92b Add entity for axe(4). 2003-04-21 16:03:22 +00:00
Robert Watson
05e4fc5873 Trim incomplete Userland API section, it contributes nothing over
the existing Userland Architecture section.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 23:10:35 +00:00
Robert Watson
fa27b75e0f Add more to the MAC Framework Kernel Architecture:
- Add Management Interfaces (sysctls, tunables, et al).
- Add Concurrency and Synchronization (busy count handling to synchronize
  policy loading).
- Add Policy Registration (management of active poliy lists).
- Flesh out Labeling Support to talk about label initialization and
  life cycles, allocation semantics.
- Add System Calls.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 21:00:56 +00:00
Robert Watson
8c1173c2f6 Spellcheck. 2003-04-20 18:10:58 +00:00
Robert Watson
96eb481cbd Resort and organize some sections:
- Move Userland Architecture down to the Userland APIs section.

- Push most of the Policy-related subsections into the MAC Policy
  Architecture section.  Tweak a little language so it makes
  sense.
2003-04-20 18:01:22 +00:00
Robert Watson
a7b83db368 Remove "MAC Framework" from a bunch of headings where it seems
redundant.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 17:27:14 +00:00
Robert Watson
be5924b944 Break out Policy Background from the Introduction.
Note that the MAC Framework can also be used to express DAC policies.

Push the MAC Framework Policy Elements section up a level to sect1 and
name it "MAC Policy Architecture".

Stick "MAC" in front of the Policy Entry Points section header to
improve consistency.
2003-04-20 17:09:56 +00:00
Robert Watson
f4d495b054 Some more structural changes for the MAC Framework chapter of the
Developer's Handbook: break out the "Entry Point Framework" section
into a number of sections: MAC Policy Declaration, Entry Point
Introduction, MAC Policy Entry Point Reference.  Re-order sections
a bit so there's a more logical progression and fewer large chunks
of text over many pages.  This greatly improves readability.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 05:48:12 +00:00
Robert Watson
93cbd61b9c Document the MPC_LOADTIME_FLAG_LABELMBUFS load-time policy flag and
its possible interactions with the MPC_LOADTIME_FLAG_NOTLATE flag.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:59:57 +00:00
Robert Watson
5656cc3abb Replace "There's nothing here yet" in the Userland API section of
the MAC Framework Chapter of the Developer's Handbook with a
cross-reference the the mac(3) man page for the time being.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:45:08 +00:00
Robert Watson
0bca361723 - Break out many of the paragraphs in the "Kernel Architecture" section
of the MAC Framework chapter of the Developer's Handbook into their
  own <sect2> sections.

- Re-order the Policy Elements sect2 to the end of the section since
  most of the remainder of the subsections talk about parts of the
  Framework, not module structure.

- Add text relating to the support for persistent labeling using
  extended attributes on supporting file systems.

- Add concurrency/synchronization primitives to the list of framework
  elements.

This section needs more work, and will probably grow sub-sections on
most of the major elements in the element list.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:32:55 +00:00
Robert Watson
2b6ca199ef GC a stray <sect3> from an earlier commit.
GC the sample policy modules section since there's nothing there yet.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:17:22 +00:00
Robert Watson
1d668180a6 Found the missing description of mpo_destroy_vnode_label(), it was in
the label management calls section.  GC the dup copy.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:12:11 +00:00
Robert Watson
bdfc29bc51 - Synchronize label initialization and destruction arguments: in some
cases, the object pointer was still present as an argument to
  label init/destroy calls, although it was removed in the source a
  while back.  In some cases, we've added blocking dispositions to
  initialization calls that previously didn't have them (ipq), so
  add that also.  Generally call 'how' 'flag' instead to match the
  prototypes in mac_policy.h.

- Add missing descriptions of mpo_destroy_vnode_label(), and the
  recently added mpo_copy_mbuf_label().

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 04:10:20 +00:00
Robert Watson
e51825dea9 Add two sub-sections to the MAC Framework userland architecture section
of the Developer's Handbook: text on the APIs to access and manipulate
labels on objects, and a brief description of how labels may currently
be set on users using login.conf.  This text could also use some more
work, but is probably an improvement over the previous lack of text.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-20 03:53:49 +00:00
Robert Watson
8bb593ce7b Add entities for mac_prepare(3) and mac.conf(5). 2003-04-20 03:50:41 +00:00
Giorgos Keramidas
b479b428df Fix a broken URL introduced while removing duplication.
Okay by:	mheinen
2003-04-19 16:00:43 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Robert Watson
105124763b Flesh out the kernel architecture section of the MAC Framework
bits of the Developer's Handbook some.  Needs more work, but now
goes into a bit more detail.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-19 03:32:43 +00:00
Robert Watson
6304541cd0 Slightly flesh out the synopsis: this chapter is not just about MAC
policies, but more generally about a framework for access control
extension.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-04-19 00:56:54 +00:00
Martin Heinen
27869157cf Explain why editing GENERIC is a bad idea.
PR:		docs/51109
Submitted by:	Martin Karlsson <mk-freebsd@bredband.net>
2003-04-18 14:44:47 +00:00
Martin Heinen
c6656fe002 Remove URL already given in the url attribute of <ulink>. 2003-04-18 14:43:26 +00:00
Martin Heinen
a0e309ebff MFbed: Update German translations.
books/faq/book.sgml				1.530 -> 1.531
books/handbook/mirrors/chapter.sgml		1.286 -> 1.287
2003-04-18 14:40:45 +00:00
Robert Watson
4605a95479 Add a placeholder paragraph for the user architecture section, replacing
the "..." with a brief summary of what is to come.
2003-04-18 03:45:42 +00:00
Robert Watson
499253ef61 Apply a spell checker to the first few sections. 2003-04-18 02:25:24 +00:00
Jim Mock
6f8d640a6d Fix some minor nits:
* ids -> IDs
    * irc -> IRC

Also remove a reference to a mailing list as being "majordomo
maintained".
2003-04-17 23:16:35 +00:00
Tom Rhodes
bba04fa7a6 Add entities for my recently added ntp_adjtime(2) and ntp_gettime(2) manual
pages.
2003-04-17 19:28:42 +00:00
Bruce A. Mah
9452599b04 Add pam_chroot(8) entity. 2003-04-17 15:42:26 +00:00
Christian Brueffer
7aa6b25f4a Add 'IPsec' to the word list
Requested by:	murray
2003-04-17 02:09:32 +00:00
Murray Stokely
0c88ff267a Add www/es/includes.sgml to the version bump list.
Discussed with:	jesusr
2003-04-14 08:48:50 +00:00
Murray Stokely
c6de9bc074 Add Linux Systems Labs Australia to the list of FreeBSD resellers.
Submitted by:	"Glenn T. Jayaputera" <gtj@tesla.net.au>
2003-04-14 06:26:13 +00:00
Kazuo Horikawa
679b375d03 New Japanese translations 2003-04-13 23:22:37 +00:00
Marc Fonvieille
8c8a820241 s/ctm.rmail/ctm_rmail/
PR:		docs/50919
Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-04-13 22:48:48 +00:00
Kazuo Horikawa
4940c279aa Catch up with 5.0-CURRENT-20030329-JPSNAP 2003-04-13 22:34:56 +00:00
Martin Heinen
5037b2ae11 Remove callout images. 2003-04-13 22:27:07 +00:00
Martin Heinen
f4dbb80455 MFbed: Update German translations.
books/faq/book.sgml				1.529 -> 1.530
books/handbook/ports/chapter.sgml		1.184 -> 1.185
books/handbook/desktop/chapter.sgml		1.18  -> 1.21
books/handbook/bibliography/chapter.sgml	1.45  -> 1.49
books/handbook/cutting-edge/chapter.sgml	1.182 -> 1.184
books/handbook/mirrors/chapter.sgml		1.284 -> 1.286
books/handbook/linuxemu/chapter.sgml		1.85  -> 1.86
books/handbook/security/chapter.sgml		1.140 -> 1.141
books/handbook/ppp-and-slip/chapter.sgml	1.100 -> 1.102
books/handbook/l10n/chapter.sgml		1.87  -> 1.88
books/handbook/x11/chapter.sgml			1.107 -> 1.108
books/handbook/eresources/chapter.sgml		1.117 -> 1.119

Update header:
books/handbook/advanced-networking/chapter.sgml	1.205 -> 1.206
2003-04-13 22:20:42 +00:00
Kazuo Horikawa
c2fd3ef19f Catch up with 5.0-CURRENT-20030329-JPSNAP 2003-04-13 21:18:24 +00:00
Kazuo Horikawa
30e745e690 Catch up with 5.0-CURRENT-20030329-JPSNAP 2003-04-13 21:11:23 +00:00
Bruce A. Mah
4e5358a54e Encourage FAQ readers interested in getting a major number for their
device drivers to use dynamic major number allocation (at least for
-CURRENT).

While here, add a missing "the".
2003-04-13 20:10:43 +00:00
Kazuo Horikawa
cbddcb090f Catch up with 5.0-CURRENT-20030329-JPSNAP
Submitted by:	Akira Ikeuchi <yr6a-ikuc@asahi-net.or.jp>
2003-04-13 20:06:51 +00:00
Bruce A. Mah
f087f06a9a Manpage entities for usbhidcontrol(1), sbni(4), sbsh(4). 2003-04-13 19:06:56 +00:00
Martin Heinen
a97d937f1f Add a serial comma. 2003-04-13 15:15:46 +00:00
Martin Heinen
e3e192b499 Add a missing period and a missing </para> tag.
Capitalize the last instance of Speedtouch.
2003-04-13 14:51:40 +00:00
Martin Heinen
f7e37fb41c Remove URLs in ulink-elements hiding from keramidas sweep. 2003-04-13 09:38:00 +00:00
Marc Fonvieille
5fb5895000 Grammar fix.
Submitted by:	Jed Clear <clear@alum.mit.edu>
2003-04-13 00:21:01 +00:00
Marc Fonvieille
35bb683d1b Update the OpenOffice.org section: the application is "now" available
and complete for FreeBSD, add a link to the FreeBSD OpenOffice
Porting Team's web site.
2003-04-12 22:55:40 +00:00
Marc Fonvieille
80890cb61b Remove the year for the BSD family tree since it's a "moving target". 2003-04-12 22:25:22 +00:00
Marc Fonvieille
bd77f94c67 In PPPoA section:
- Fix typos and missing word.
- Some capitalizations.
- Some clarifications about IP addresses in one example.

PR:		docs/50879
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-04-12 22:10:59 +00:00
Marc Fonvieille
63e79d9ebe Remove references to majordomo and update the mailing lists part to
reflect the use of mailman.
Fix a typo s/goto/go to/ in eressources chapter.

PR:		docs/50871
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-04-12 17:42:31 +00:00