summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_none
Commit message (Expand)AuthorAgeFilesLines
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-101-1/+1
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-1/+1
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-251-2/+2
* Remove many unneeded includes, update copyright.rwatson2007-02-231-29/+2
* mac_none sample policy has nothing to enforce, so remove sysctls.rwatson2007-02-231-9/+0
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-1/+0
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-1/+1
* Add #include <sys/sx.h>, devfs is going to require this shortly.phk2005-09-191-0/+1
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-221-2/+2
* mac_none is now the null policy, not a stub policy, so remove therwatson2003-08-211-1031/+5
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-1/+1
* Trim "trustedbsd_" from the front of the policy module "short names";rwatson2003-03-271-1/+1
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-261-1/+1
* Update MAC "none" stub policy to include stubs for the followingrwatson2003-03-251-0/+98
* Default policies to on: if you load them or compile them into yourrwatson2002-12-101-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-8/+10
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-121-8/+0
* Update MAC modules for changes in arguments for exec MAC policyrwatson2002-11-081-3/+5
* Update policy modules for changes in arguments associated with supportrwatson2002-11-051-3/+5
* License and wording updates: NAI has authorized the removal of clauserwatson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-272/+137
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-301-1/+1
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-301-2/+2
* Hook up no-op stubs for reboot, swapon, sysctl entry points.rwatson2002-10-291-0/+29
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-261-39/+43
* Adapt MAC policies for the new user API changes; teach policies howrwatson2002-10-221-11/+36
* mac_none is a stub policy without any functional implementation.rwatson2002-10-211-7/+7
* Sync from MAC tree: break out the single mmap entry point intorwatson2002-10-061-2/+22
* Modify label allocation semantics for sockets: pass in soalloc's mallocrwatson2002-10-051-2/+2
* Implement mac_create_devfs_symlink() for policies that interact withrwatson2002-10-051-0/+9
* Merge implementation of mpo_check_vnode_link() for various appropriaterwatson2002-10-051-0/+11
* Begin another merge from the TrustedBSD MAC branch:rwatson2002-10-051-167/+55
* Prefer NULL to 0 when passing a NULL pointer.rwatson2002-08-201-1/+1
* Provide stub mpo_syscall() implementations for mac_none and mac_test.rwatson2002-08-201-0/+9
* Pass active_cred and file_cred into the MAC framework explicitlyrwatson2002-08-191-8/+8
* Break out mac_check_pipe_op() into component check entry points:rwatson2002-08-191-4/+34
* Break out mac_check_vnode_op() into three seperate checks:rwatson2002-08-191-0/+30
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-6/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+1105
OpenPOWER on IntegriCloud