aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac_stub
Commit message (Expand)AuthorAgeFilesLines
* Default policies to on: if you load them or compile them into yourRobert Watson2002-12-101-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-8/+10
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-121-8/+0
* Update MAC modules for changes in arguments for exec MAC policyRobert Watson2002-11-081-3/+5
* Update policy modules for changes in arguments associated with supportRobert Watson2002-11-051-3/+5
* License and wording updates: NAI has authorized the removal of clauseRobert Watson2002-11-041-7/+4
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-272/+137
* Various minor type, prototype tweaks -- clean up cruft due to lack ofRobert Watson2002-10-301-1/+1
* While 'mode_t' seemed like a good idea for the access mode argument forRobert Watson2002-10-301-2/+2
* Hook up no-op stubs for reboot, swapon, sysctl entry points.Robert Watson2002-10-291-0/+29
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-261-39/+43
* Adapt MAC policies for the new user API changes; teach policies howRobert Watson2002-10-221-11/+36
* mac_none is a stub policy without any functional implementation.Robert Watson2002-10-211-7/+7
* Sync from MAC tree: break out the single mmap entry point intoRobert Watson2002-10-061-2/+22
* Modify label allocation semantics for sockets: pass in soalloc's mallocRobert Watson2002-10-051-2/+2
* Implement mac_create_devfs_symlink() for policies that interact withRobert Watson2002-10-051-0/+9
* Merge implementation of mpo_check_vnode_link() for various appropriateRobert Watson2002-10-051-0/+11
* Begin another merge from the TrustedBSD MAC branch:Robert Watson2002-10-051-167/+55
* Prefer NULL to 0 when passing a NULL pointer.Robert Watson2002-08-201-1/+1
* Provide stub mpo_syscall() implementations for mac_none and mac_test.Robert Watson2002-08-201-0/+9
* Pass active_cred and file_cred into the MAC framework explicitlyRobert Watson2002-08-191-8/+8
* Break out mac_check_pipe_op() into component check entry points:Robert Watson2002-08-191-4/+34
* Break out mac_check_vnode_op() into three seperate checks:Robert Watson2002-08-191-0/+30
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson2002-08-151-6/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+1105