summaryrefslogtreecommitdiffstats
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* Implement AUE_PREAD and AUE_PWRITE BSM conversion support, eliminatingrwatson2016-06-131-0/+2
* sys: use our nitems() macro when param.h is available.pfg2016-04-212-4/+2
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-212-7/+4
* audit(8): leave unsigned comparison for last.pfg2016-04-081-2/+2
* Busy the mount point which is the owner of the audit vnode, aroundkib2016-01-161-15/+45
* Move the funsetown(9) call from audit_pipe_close() to cdevprivkib2016-01-131-25/+4
* Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...brueffer2015-12-205-10/+0
* fd: make 'rights' a manadatory argument to fget* functionsmjg2015-07-051-1/+3
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-1/+1
* fd: make rights a mandatory argument to fget_unlockedmjg2015-06-161-1/+3
* cred: add proc_set_cred helpermjg2015-03-161-4/+4
* audit: fix cred assignment when A_SETPMASK is usedmjg2015-03-151-1/+1
* Replace dev_clone with cdevpriv(9) KPI in audit_pipe code.davide2014-08-201-71/+47
* audit: plug FILEDESC_LOCK leak in audit_canon_path.mjg2014-03-211-0/+1
* There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.jhb2013-12-051-1/+0
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-8/+3
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-055-5/+21
* audit_proc_coredump: check return value of audit_newavg2013-07-091-0/+2
* - Implement two new system calls:pjd2013-03-023-6/+23
* Merge Capsicum overhaul:pjd2013-03-024-1/+36
* Remove redundant check.pjd2013-02-171-3/+1
* Style.pjd2013-02-111-2/+2
* Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()pjd2013-02-071-0/+6
* Implement the zonename token for jailed processes. Ifcsjp2013-01-173-2/+25
* Four .c files from OpenBSM are used, in modified form, by the kernel torwatson2012-12-155-0/+0
* Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm torwatson2012-12-012-8/+59
* IFp4 @219811:pjd2012-12-011-3/+1
* IFp4 @208452:pjd2012-11-301-7/+11
* IFp4 @208451:pjd2012-11-305-23/+42
* IFp4 @208383:pjd2012-11-301-3/+3
* IFp4 @208382:pjd2012-11-301-8/+15
* IFp4 @208381:pjd2012-11-301-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-24/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Get rid of D_PSEUDO.ed2011-10-181-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-18/+18
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+1
* Provide ability to audit cap_rights_t arguments.jonathan2011-07-184-0/+44
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnorwatson2011-03-011-0/+14
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-1/+1
* Add a case to make sure that internal audit records get convertedcsjp2010-05-041-0/+1
* Make sure we convert audit records that were produced as the result of thecsjp2010-01-311-0/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-2/+2
* Having thrown the cat out of the house, add a necessary include.phk2009-09-081-0/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Correctly audit real gids following changes to the audit record argumentrwatson2009-08-121-1/+1
OpenPOWER on IntegriCloud