summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/mac_get.3
Commit message (Collapse)AuthorAgeFilesLines
* Markup, grammar, and spelling fixes.ru2004-06-301-2/+4
|
* Add reference to mac_get_link() in man page, which was omitted whenrwatson2004-06-171-1/+9
| | | | mac_get_link() and mac_set_link() were added.
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-161-23/+33
| | | | | | | | | | | | | | | | | | SO_PEERLABEL. This provides an interface to query the label of a socket peer without embedding implementation details of mac_t in the application. Previously, sizeof(*mac_t) had to be specified by an application when performing getsockopt(). Document mac_get_peer(3), and expand documentation of the other mac_get(3) functions. Note that it's possible to get EINVAL back from mac_get_fd(3) when pointing it at an inappropriate object. NOTE: mac_get_fd() and mac_set_fd() support for sockets will follow shortly, so the documentation is slightly ahead of the code. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-121-1/+1
|
* Add HISTORY sections to the remaining MAC library man pages.rwatson2003-08-221-0/+6
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Cross-reference mac(4)chris2003-01-151-0/+1
| | | | Sponsored by: DARPA, Network Associates Laboratories
* o Document mac_prepare() and associated functionschris2003-01-151-20/+31
| | | | | | | | | | o Link mac_get_pid.3 to mac_get.3 o Update SEE ALSO to refer to mac_prepare, and added missing references o Remove clause #3 on my work o Update mac_get.3 for the updated MAC API Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-111-0/+1
| | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
* mdoc(7) police: markup overhaul.ru2002-12-041-8/+12
| | | | Approved by: re
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-021-0/+108
kernel access control. Extensions to libc to provide basic MAC label manipulation facilities for userland. These interface will be replaced in the next month or two with more flexible interfaces, but provide sufficient support to allow use of the Biba and MLS policies for user applications. libc_r wrappers to follow. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud