summaryrefslogtreecommitdiffstats
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-2110-0/+157
* 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
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-239-332/+167
* 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
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andrwatson2003-05-088-64/+64
* Clean up locking for the MAC Framework:rwatson2003-05-078-624/+1440
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-248-0/+16
* Update NAI copyright to 2003, missed in earlier commits and merges.rwatson2003-04-1810-10/+10
* mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, sorwatson2003-04-158-24/+16
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-1410-138/+952
* Abstract access to the mbuf header label behind a new function,rwatson2003-04-148-200/+640
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-088-16/+16
* Modify the mac_init_ipq() MAC Framework entry point to accept anrwatson2003-03-2610-34/+98
* Garbage collect FREEBSD_MAC_EXTATTR_NAME and FREEBSD_MAC_EXTATTR_NAMESPACE,rwatson2003-03-231-8/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-0610-0/+98
* Provide a mac_check_system_swapoff() entry point, which permits MACrwatson2003-03-0510-0/+115
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-048-16/+24
* Back out M_* changes, per decision of the TRB.imp2003-02-198-272/+272
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-218-272/+272
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-138-32/+32
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-128-32/+32
* SCARGS removal take II.alfred2002-12-148-40/+40
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-138-40/+40
* Remove SCARGS.alfred2002-12-138-40/+40
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-0910-83/+104
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-269-8/+9
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-2010-8/+204
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-1910-0/+375
* Introduce a condition variable to avoid returning EBUSY whenrwatson2002-11-138-232/+416
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-1210-60/+0
* Garbage collect definition of M_MACOPVEC -- we no longer perform arwatson2002-11-118-16/+0
* Add an explicit execlabel argument to exec-related MAC policy entryrwatson2002-11-089-27/+36
OpenPOWER on IntegriCloud