summaryrefslogtreecommitdiffstats
path: root/sys/security/mac
Commit message (Expand)AuthorAgeFilesLines
* sys/security: minor spelling fixes.pfg2016-05-062-2/+2
* Fix style issues around existing SDT probes.markj2015-12-162-22/+22
* cred: add proc_set_cred helpermjg2015-03-161-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Remove AppleTalk support.glebius2014-03-143-81/+0
* As constantly reported during kernel compilation, m_buflen is unsigned sobz2013-12-251-2/+1
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-262-27/+27
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-2516-17/+0
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-014-4/+4
* Make the mac_policy_rm lock recursable, which allows reentrance intokib2013-09-291-1/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+4
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.kib2013-08-213-0/+46
* Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lockalc2013-06-041-4/+4
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-6/+6
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-222-29/+12
* When allocation of labels on files is implicitly disabled due to MACrwatson2012-04-081-14/+27
* - Improve BPF locking model.melifaro2012-04-061-0/+2
* Revert the approach for skipping lockstat_probe_func call when doingattilio2011-12-121-1/+0
* put sys/systm.h at its proper place or add it if missingavg2011-12-122-1/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-20/+20
* Correct several issues in the integration of POSIX shared memory objectsrwatson2011-09-023-10/+31
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-164-0/+88
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+3
* - Add a FEATURE for capsicum (security_capabilities).netchild2011-03-041-1/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+3
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-051-5/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Add missing DTrace probe invocation to mac_vnode_check_open; the proberwatson2010-10-231-0/+2
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-222-13/+15
* Add one further check with mac_policy_count to an mbuf copying caserwatson2009-06-031-0/+3
* Continue work to optimize performance of "options MAC" when no MAC policyrwatson2009-06-035-63/+92
* Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings thatrwatson2009-06-021-2/+2
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-023-22/+70
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-291-1/+1
* Convert the MAC Framework from using rwlocks to rmlocks to stabilizerwatson2009-05-272-21/+32
* Rename MAC Framework-internal macros used to invoke policy entry points:rwatson2009-05-0118-304/+339
* Rework MAC Framework synchronization in a number of ways in order torwatson2009-03-1420-327/+410
* Remove 'uio' argument from MAC Framework and MAC policy entry points forrwatson2009-03-083-10/+8
* Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchrwatson2009-03-081-3/+3
* Improve the consistency of MAC Framework and MAC policy entry pointrwatson2009-03-086-215/+196
* Add static DTrace probes for MAC Framework access control checks andrwatson2009-03-0817-14/+660
* Reduce the verbosity of SDT trace points for DTrace by defining severalrwatson2009-03-031-12/+3
* Use vm_map_entry_t instead of explicit struct vm_map_entry *.kib2009-02-241-1/+1
* Use __FBSDID() for $FreeBSD$ version strings in .c files.rwatson2009-01-242-4/+6
* Begin to add SDT tracing of the MAC Framework: add policy modevent,rwatson2009-01-241-1/+24
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-103-37/+77
* Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather thanrwatson2009-01-101-1/+1
* Make preparations for resurrecting shared/read locks on vm maps:alc2008-12-221-4/+2
* Break out strictly credential-related portions of mac_process.c into arwatson2008-10-282-141/+213
OpenPOWER on IntegriCloud