aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedRobert Watson2002-11-269-8/+9
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-2010-8/+204
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-1910-0/+375
* Introduce a condition variable to avoid returning EBUSY whenRobert Watson2002-11-138-232/+416
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-1210-60/+0
* Garbage collect definition of M_MACOPVEC -- we no longer perform aRobert Watson2002-11-118-16/+0
* Add an explicit execlabel argument to exec-related MAC policy entryRobert Watson2002-11-089-27/+36
* Bring in two sets of changes:Robert Watson2002-11-0510-55/+467
* Assert that appropriate vnodes are locked in mac_execve_will_transition().Robert Watson2002-11-058-0/+64
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-0410-0/+253
* Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MACRobert Watson2002-11-048-48/+0
* License clarification and wording changes: NAI has approved removal ofRobert Watson2002-11-0410-70/+40
* Introduce mac_check_system_settime(), a MAC check allowing policies toRobert Watson2002-11-0310-0/+106
* Add MAC checks for various kenv() operations: dump, get, set, unset,Robert Watson2002-11-0110-0/+425
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-309-4819/+4
* While 'mode_t' seemed like a good idea for the access mode argument forRobert Watson2002-10-3010-28/+28
* Remove all reference to 'struct oldmac', since it's no longer requiredRobert Watson2002-10-281-49/+2
* An inappropriate ASSERT slipped in during the recent merge of theRobert Watson2002-10-288-16/+0
* Centrally manage enforcement of {reboot,swapon,sysctl} using theRobert Watson2002-10-278-104/+72
* Implement mac_check_system_sysctl(), a MAC Framework entry point toRobert Watson2002-10-2710-0/+231
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatRobert Watson2002-10-2710-0/+187
* Merge from MAC tree: rename mac_check_vnode_swapon() toRobert Watson2002-10-2710-148/+148
* Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson2002-10-2610-3911/+744
* Comment describing the semantics of mac_late.Robert Watson2002-10-258-8/+48
* Remove the mac_te policy bits from 'struct oldmac' -- we're not goingRobert Watson2002-10-221-6/+0
* Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies toRobert Watson2002-10-2210-0/+180
* Missed in previous merge: export sizeof(struct oldmac) rather thanRobert Watson2002-10-228-8/+8
* Support the new MAC user API in kernel: modify existing system callsRobert Watson2002-10-228-1352/+7336
* Revised APIs for user process label management; the existing APIs reliedRobert Watson2002-10-222-97/+108
* Add compartment support to Biba and MLS policies. The logic of theRobert Watson2002-10-211-0/+4
* Use if_printf(ifp, "blah") instead ofBrooks Davis2002-10-218-16/+8
* If MAC_MAX_POLICIES isn't defined, don't try to define it, just let theRobert Watson2002-10-208-24/+8
* Make sure to clear the 'registered' flag for MAC policies when theyRobert Watson2002-10-198-0/+8
* Integrate mac_check_socket_send() and mac_check_socket_receive()Robert Watson2002-10-0610-0/+280
* Sync from MAC tree: break out the single mmap entry point intoRobert Watson2002-10-0610-150/+517
* Modify label allocation semantics for sockets: pass in soalloc's mallocRobert Watson2002-10-0510-108/+556
* Integrate a devfs/MAC fix from the MAC tree: avoid a race condition duringRobert Watson2002-10-0510-0/+110
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryRobert Watson2002-10-0510-0/+246
* While the MAC API has supported the ability to handle M_NOWAIT passedRobert Watson2002-10-058-24/+88
* Rearrange object and label init/destroy functions to match theRobert Watson2002-10-058-808/+808
* Sync to MAC tree: use 'flag' instead of 'how' for mac_init_mbuf();Robert Watson2002-10-058-24/+24
* Another big diff, little functional change: move label internalization,Robert Watson2002-10-058-520/+520
* Move all object label init/destroy routines to the head of theRobert Watson2002-10-058-2280/+2280
* Synch from TrustedBSD MAC tree:Robert Watson2002-10-058-24/+200
* Cosmetic line wrap synchronization.Robert Watson2002-10-058-16/+32
* Push the debugging obect label counters into security.mac.debug.countersRobert Watson2002-10-058-88/+128
* Begin another merge from the TrustedBSD MAC branch:Robert Watson2002-10-059-594/+741
* Add a new MAC entry point, mac_thread_userret(td), which permits policyRobert Watson2002-10-0210-0/+92
* Remember to include "opt_devfs.h" so we get any relevant changesPoul-Henning Kamp2002-10-018-0/+8
* Improve locking of pipe mutexes in the context of MAC:Robert Watson2002-10-018-0/+272