summaryrefslogtreecommitdiff
path: root/sys/security/mac_none
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2009-01-10Rather than having MAC policies explicitly declare what object typesRobert Watson
2008-08-23Introduce two related changes to the TrustedBSD MAC Framework:Robert Watson
2007-10-25Consistently name functions for mac_<policy> as <policy>_whatever ratherRobert Watson
2007-02-23Remove many unneeded includes, update copyright.Robert Watson
2007-02-23mac_none sample policy has nothing to enforce, so remove sysctls.Robert Watson
2007-02-06Continue 7-CURRENT MAC Framework rearrangement and cleanup:Robert Watson
2006-12-22Move src/sys/sys/mac_policy.h, the kernel interface between the MACRobert Watson
2005-09-19Add #include <sys/sx.h>, devfs is going to require this shortly.Poul-Henning Kamp
2004-02-22Update my personal copyrights and NETA copyrights in the kernelRobert Watson
2003-08-21mac_none is now the null policy, not a stub policy, so remove theRobert Watson
2003-06-23Redesign the externalization APIs from the MAC Framework toRobert Watson
2003-03-27Trim "trustedbsd_" from the front of the policy module "short names";Robert Watson
2003-03-26Modify the mac_init_ipq() MAC Framework entry point to accept anRobert Watson
2003-03-25Update MAC "none" stub policy to include stubs for the followingRobert Watson
2002-12-10Default policies to on: if you load them or compile them into yourRobert Watson
2002-12-09Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson
2002-11-12Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson
2002-11-08Update MAC modules for changes in arguments for exec MAC policyRobert Watson
2002-11-05Update policy modules for changes in arguments associated with supportRobert Watson
2002-11-04License and wording updates: NAI has authorized the removal of clauseRobert Watson
2002-10-30Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson
2002-10-30Various minor type, prototype tweaks -- clean up cruft due to lack ofRobert Watson
2002-10-30While 'mode_t' seemed like a good idea for the access mode argument forRobert Watson
2002-10-29Hook up no-op stubs for reboot, swapon, sysctl entry points.Robert Watson
2002-10-26Slightly change the semantics of vnode labels for MAC: rather thanRobert Watson
2002-10-22Adapt MAC policies for the new user API changes; teach policies howRobert Watson
2002-10-21mac_none is a stub policy without any functional implementation.Robert Watson
2002-10-06Sync from MAC tree: break out the single mmap entry point intoRobert Watson
2002-10-05Modify label allocation semantics for sockets: pass in soalloc's mallocRobert Watson
2002-10-05Implement mac_create_devfs_symlink() for policies that interact withRobert Watson
2002-10-05Merge implementation of mpo_check_vnode_link() for various appropriateRobert Watson
2002-10-05Begin another merge from the TrustedBSD MAC branch:Robert Watson
2002-08-20Prefer NULL to 0 when passing a NULL pointer.Robert Watson
2002-08-20Provide stub mpo_syscall() implementations for mac_none and mac_test.Robert Watson
2002-08-19Pass active_cred and file_cred into the MAC framework explicitlyRobert Watson
2002-08-19Break out mac_check_pipe_op() into component check entry points:Robert Watson
2002-08-19Break out mac_check_vnode_op() into three seperate checks:Robert Watson
2002-08-15Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatRobert Watson
2002-07-31Introduce support for Mandatory Access Control and extensibleRobert Watson