summaryrefslogtreecommitdiffstats
path: root/lib/libugidfw/libugidfw.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-231-10/+0
| | | | | | | | | | | | | | | | | | | | | | | subject: ranges of uid, ranges of gid, jail id objects: ranges of uid, ranges of gid, filesystem, object is suid, object is sgid, object matches subject uid/gid object type We can also negate individual conditions. The ruleset language is a superset of the previous language, so old rules should continue to work. These changes require a change to the API between libugidfw and the mac_bsdextended module. Add a version number, so we can tell if we're running mismatched versions. Update man pages to reflect changes, add extra test cases to test_ugidfw.c and add a shell script that checks that the the module seems to do what we expect. Suggestions from: rwatson, trhodes Reviewed by: trhodes MFC after: 2 months
* In practice, you need to include <sys/types.h> andrwatson2005-04-161-0/+2
| | | | | | | <security/mac_bsdextended/mac_bsdextended.h> in order to include <ugidfw.h>, so document that. MFC after: 3 days
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Markup, grammar, punctuation.ru2004-07-011-1/+1
|
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatrwatson2004-02-251-0/+4
| | | | | | | | the caller does not specify the rule number -- instead, the kernel module is probed for the next available rule, which is then used. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research
* Assorted mdoc(7) fixes.ru2003-06-011-9/+11
|
* Correct a couple small typos.chris2003-01-071-2/+2
| | | | Submitted by: Attila Nagy <bra@fsn.hu>
* Document the file system firewall interface library functions.chris2003-01-071-0/+116
Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud