summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_bsdextended
Commit message (Expand)AuthorAgeFilesLines
* Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-232-35/+210
* Create a mac_bsdextended_check_vp function that takes a cred, adwmalone2006-03-041-280/+43
* Fix potential overrun of static stack allocated array which storescsjp2006-01-151-1/+1
* If a "hole" opens up in the ruleset (i.e.: remove 5), do not returntrhodes2005-07-281-5/+2
* Add locking support to mac_bsdextended:trhodes2005-04-221-37/+67
* Minor white space synchronization and line wrapping.rwatson2004-10-221-0/+1
* Bump copyright dates for NETA on these files.rwatson2004-10-212-2/+2
* Modify mac_bsdextended policy so that it defines its own vnode accessrwatson2004-10-212-33/+74
* Remove the debugging tunable, it was not being used.trhodes2004-09-101-10/+1
* Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIVtrhodes2004-08-211-5/+19
* Give the mac_bsdextended(4) policy the ability to match and apply on a firsttrhodes2004-08-211-2/+21
* Allow an effective uid of root to bypass mac_bsdextended rules; the MACrwatson2004-07-231-0/+3
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-222-4/+4
* Implementations of mpo_check_vnode_deleteextattr() andrwatson2003-08-211-1/+35
* Remove trailing whitespace.rwatson2003-07-051-3/+3
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-271-1/+1
* Expand scope of the BSD extended "file system firewall" policy torwatson2003-03-251-0/+17
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Map VAPPEND to VWRITE since the ugidfw rule syntax doesn't specificallyrwatson2002-12-281-0/+9
* Update MAC modules for changes in arguments for exec MAC policyrwatson2002-11-081-1/+2
* Update policy modules for changes in arguments associated with supportrwatson2002-11-051-1/+1
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-042-14/+8
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-55/+28
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-301-2/+2
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-301-5/+5
* Merge implementation of mpo_check_vnode_link() for various appropriaterwatson2002-10-051-0/+29
* Pass active_cred and file_cred into the MAC framework explicitlyrwatson2002-08-191-4/+5
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-312-0/+809
OpenPOWER on IntegriCloud