summaryrefslogtreecommitdiffstats
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-122-74/+30
* Remove extraneous & to fix compile.jhb2003-11-121-1/+1
* Remove extraneous fullpath variable, which broke lint build. Thisrwatson2003-11-122-2/+2
* GC prototype for mac_destroy_vnode_label(), missed in last commit.rwatson2003-11-121-1/+0
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-1215-644/+864
* Whitespace sync to MAC branch, expand comment at the head of the file.rwatson2003-11-112-6/+18
* Replace a '-' with a ')'. Update copyright.rwatson2003-11-081-2/+2
* When allocation of a socket peer label fails, scrub what wasrwatson2003-11-071-1/+1
* Trim trailing whitespace.rwatson2003-11-071-2/+2
* Remove the flags argument from mac_externalize_*_label(), as it's notrwatson2003-11-067-24/+24
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-8/+4
* Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the objectrwatson2003-10-255-15/+15
* Sort type declarations together.rwatson2003-10-251-6/+1
* mac_Finish break-out of kern_mac.c into parts:rwatson2003-10-222-5512/+10
* Variable cleanup following break-out of kern_mac.c into sys/security/mac:rwatson2003-10-222-32/+20
* Rename error_select() to mac_error_select(), and unstaticize so itrwatson2003-10-222-10/+8
* Remove non-VFS related code from mac_vfs.c. Leave:rwatson2003-10-221-2987/+5
* Remove non-system bits from mac_system.c. Leave:rwatson2003-10-221-3692/+2
* Remove non-credential/process-related bits from mac_process.c. Leave:rwatson2003-10-221-3473/+8
* Remove non-pipe code from mac_pipe.c. Leave:rwatson2003-10-221-3712/+5
* Remove non-network related contents from mac_net.c. Leave:rwatson2003-10-221-3027/+3
* The following shared types/constants/interfaces/... are requiredrwatson2003-10-221-3761/+75
* Line-break sync to the MAC development branch.rwatson2003-10-211-1/+2
* Use __BEGIN_DECLS and __END_DECLS around userland function prototypesrwatson2003-10-021-0/+2
* If the struct mac copied into the kernel has a negative length, returnrwatson2003-09-298-8/+16
* Remove extra tabs indenting MAC library calls; they were there torwatson2003-08-291-21/+20
* Fix a mac_policy_list reference to be a mac_static_policy_listrwatson2003-08-268-8/+8
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* Add prototype for new libc function mac_prepare_type().rwatson2003-08-221-0/+1
* Correct typo introduced during manual merge: hook up the reflect_tcprwatson2003-08-221-1/+1
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-2110-0/+157
* Correct logic for filling out a "new" label during a credentialrwatson2003-08-211-7/+29
* Retrofit of mac_test regression and consistency test module for MACrwatson2003-08-211-1/+379
* Add stub entries for new MAC framework entry points:rwatson2003-08-211-0/+32
* Generally rename things to represent the fact that this is now therwatson2003-08-211-269/+271
* mac_none is now the null policy, not a stub policy, so remove therwatson2003-08-211-1031/+5
* Implementations of mpo_check_vnode_deleteextattr() andrwatson2003-08-213-1/+112
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-2110-0/+265
* Remove about 40 lines of #ifdef/#endif by using new macrosrwatson2003-08-208-560/+248
* Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF.rwatson2003-08-018-224/+144
* Improve consistency with the Biba policy -- renamerwatson2003-07-311-23/+10
* Remove a suser() check in the mac_biba policy: the MAC Framework itselfrwatson2003-07-311-19/+0
* Remove trailing whitespace.rwatson2003-07-054-6/+6
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-2316-495/+271
* Forward declare a boatload of structures referenced in the MACrwatson2003-06-221-0/+12
* Add a f_vnode field to struct file.phk2003-06-228-16/+16
* Use __FBSDID().obrien2003-06-118-32/+32
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayrwatson2003-06-021-0/+1
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement therwatson2003-06-022-0/+2
* Remove double return()phk2003-05-311-2/+0
OpenPOWER on IntegriCloud