Commit graph

70 commits

Author SHA1 Message Date
Chin-San Huang
babae0ae2d Remove the deprecated description about MAC.
Noticed by:	kevlo, vanilla (via irc)
2007-06-27 11:49:40 +00:00
Giorgos Keramidas
91d856844a When pluralizing <acronym>FOO</acronym>, we used to have both
of the following styles:

    <acronym>FOO</acronym>s
    <acronym>FOOs</acronym>

The first one keeps only the *real* acronym letters inside the
element, so pick this one (somewhat arbitrarily) and fix the rest.

Submitted by:	ganbold(at)micom.mng.net (partially)
2007-01-01 20:35:36 +00:00
Simon L. B. Nielsen
22d3b2d148 Remove duplicate mac_biba_load="YES" line.
PR:		docs/101058
Submitted by:	Gabor Kovesdan <gabor@FreeBSD.org>
2006-07-30 14:53:57 +00:00
Tom Rhodes
4ce85d0dc2 Reword a sentence to be more clear and more correct.
PR:	92885
2006-05-21 22:33:33 +00:00
Tom Rhodes
15d69131fb Fix some simple typos which could cause great havoc. Mainly fix label
settings.  These would not have caused any large issues, just opened a
hole for root to bypass the security.

Noticed by:	Borja Marcos <borjamar@sarenet.es>
2006-05-11 22:05:45 +00:00
Tom Rhodes
e6f33d1c21 Remove two semicolons accidently removed in the previous revision.
Add definition of "low water mark" and "high water mark."  The low water
mark is used by mac_lomac(4), and high water mark is just here for completeness.

Add a missing period.
2006-04-29 02:04:06 +00:00
Giorgos Keramidas
84d24981f9 Remove ';' punctuation from list items & add a missing closing </para> 2006-04-27 14:58:17 +00:00
Tom Rhodes
d97fb96ea7 Fix build, I should know better and never blindly trust.
No beer for:	keramida
2006-04-27 07:36:15 +00:00
Tom Rhodes
45f15433af Instead of paragraphs, use one of the various list tags.
Submitted by:	keramida
2006-04-27 07:31:52 +00:00
Tom Rhodes
9b2a54868c Add another simple example to lock down user resources. Remove the
commented out sandbox entry, we already have something above.
2006-04-22 07:25:30 +00:00
Tom Rhodes
bb455d5117 Some minor wording/grammar changes. 2006-04-22 06:51:42 +00:00
Tom Rhodes
c4661a24fb Fix a typo and update a troubleshooting item. 2006-04-22 05:26:19 +00:00
Tom Rhodes
1f91bb85a9 Replace the current two examples with a more simple one. The old ones were
not only slightly out of date but a bit advanced.  This one seems more simple,
and I'll add a couple more in the upcoming days.
2006-04-21 09:59:00 +00:00
Tom Rhodes
5e095db7d2 Two new basic sections better describing MLS and Biba. I'll re-read these
later, just to ensure I picked up everything.
2006-04-21 06:37:42 +00:00
Tom Rhodes
f1fc6567eb Remove the label configuration with regards to users - single section -
it's duplication from above.
2006-04-21 05:48:10 +00:00
Tom Rhodes
0bda358efe Add a large section explaining that a "planning phase" is a good idea. 2006-04-21 05:41:40 +00:00
Tom Rhodes
4cf1c40ada Fix a typo in a label setting. 2006-04-21 03:11:17 +00:00
Tom Rhodes
af378b8f0d Make it clear that users placed in a partition can view processes running
within that partition, not just their own.

Noticed by:	rik ? via #TrustedBSD
2006-04-07 09:49:35 +00:00
Tom Rhodes
d3a4549785 Very minor correctness cleanup. 2006-03-31 10:09:27 +00:00
Tom Rhodes
d889e662c0 Bring mac_bsdextended section up to date a little bit. Discuss the first
match enable and ruleset load on start up options.
2006-03-31 09:58:04 +00:00
Tom Rhodes
b39569b8cd Fix a sentence. Add a note about testing to the broad warning at the
beginning of this chapter.
2006-03-30 06:46:22 +00:00
Xin LI
e140896ec8 Escape <, >, &'s, plus some cleanups against the SGML. There should not
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon
2006-01-05 20:03:39 +00:00
Gary W. Swearingen
a65d0f5627 In "The root should also be placed", added "username" after "root".
Approved by:    keramida
2005-09-12 14:58:35 +00:00
Simon L. B. Nielsen
bd9f6565e6 Fix spelling: s/enableing/enabling/.
Reported by:	Proniewski Patrick <patrick.proniewski@univ-lyon2.fr>
2005-08-28 08:09:11 +00:00
Robert Watson
e37399ff75 Remove stale comment regarding root non-exemption from mac_seeotheruids:
this was changed in mac_seeotheruids.c:1.7 in HEAD, and then merged to
RELENG_5 as 1.6.2.1, so was present in FreeBSD 5.4-RELEASE.

Submitted by:	g <glaive at vaned dot net>
PR:		84453
2005-08-03 09:51:45 +00:00
Tom Rhodes
24c7f51615 Be more clear on the difference between a security policy and a security
policy module.  Make a few grammatical fixes while I am here.
2005-04-22 19:34:21 +00:00
Ceri Davies
76b1aa2915 Another typo fix. 2005-04-20 22:22:08 +00:00
Ceri Davies
44f6c9920b Correct a typo. 2005-04-20 22:19:40 +00:00
Ceri Davies
fd14f5c506 Correct some semicolon abuse. 2005-04-20 22:19:14 +00:00
Ceri Davies
7c32e074f4 Remove duplicated word. 2005-03-23 11:29:36 +00:00
Tom Rhodes
8559e5f129 Fix a typo.
Noticed by:	Nicholas Tarnek <ntarnek@gmail.com> via -doc
2005-03-01 09:30:51 +00:00
Tom Rhodes
598692e3af Sprinkle a few commas around here to make the text sound better.
PR:		77148
Submitted by:	Siebrand Mazeland <s.mazeland@xs4all.nl>
2005-02-08 19:43:56 +00:00
Martin Heinen
d2202fe114 Add/repair closing tags.
Submitted by:	doclint
2005-01-12 01:55:04 +00:00
Martin Heinen
36c11b8489 Improve the index:
- lowercase/upercase entries
- remove the entry "basics"
- cross reference readers with <see> to variants
- remove an entry from a footnote
- unify entries of kernel options
2005-01-11 12:34:29 +00:00
Tom Rhodes
70a152a37b Rephrase a sentence to be a little more logical and easier to understand. 2005-01-09 23:06:48 +00:00
Marc Fonvieille
4e47c911ac Axe some remaining &xfree86; for something more general.
PR:		docs/75070
Submitted by:	Joel Dahl <joel@automatvapen.se>
2004-12-20 12:45:52 +00:00
Denis Peplin
882df99b3a Use X11 where talking about X Window System and only XFree86 is mentioned 2004-12-20 11:04:26 +00:00
Tom Rhodes
a4430ca050 Add advanced label configuration section.
Place generic label configuration in one area in hopes to clear up some redundancy.
2004-12-10 14:48:54 +00:00
Hiten Pandya
20d52b7f35 Correct last commit.
Noticed by: trhodes, ceri
2004-12-07 19:28:34 +00:00
Hiten Pandya
b328457f43 Minor clarification (data sensitivity) in the MAC glossary.
PR: 	docs/69968
2004-12-07 18:50:36 +00:00
Marc Fonvieille
5055021668 s/role="directory"/class="directory"/ since the last instance is the
correct one.  I'm guilty of most of these wrong attributes.
2004-11-19 19:57:22 +00:00
Tom Rhodes
71031a6595 Whitespace and slight rewording changes. No new content added,
translators may safely ignore.
2004-09-29 21:23:09 +00:00
Denis Peplin
d6f5184d09 Few minor fixes 2004-08-30 13:25:48 +00:00
Denis Peplin
d00fcb375c Change back "not ... secure" -> "not ... completely secure"
Discussed with:	trhodes
2004-08-30 07:12:19 +00:00
Denis Peplin
004760d208 Remove duplicated word 2004-08-27 13:23:38 +00:00
Denis Peplin
a6f2298002 Add ) 2004-08-27 09:42:16 +00:00
Murray Stokely
db40918740 Remove extraneous spaces inside <screen> that mess up the print
output.

Submitted by:	loader@freebsdmall.com
2004-08-24 05:44:52 +00:00
Ceri Davies
0db19eceb3 Calm down and properly fix the problem with the _secure_path(3) entity. 2004-08-23 17:53:18 +00:00
Ceri Davies
f2153a6f77 Correct the last revision to use errorname, and correct another instance
of "error".
2004-08-23 17:38:11 +00:00
Ceri Davies
5ecc43d90f Fix the second part of build breakage. 2004-08-23 17:34:10 +00:00