aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
...
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-055-5/+21
* audit_proc_coredump: check return value of audit_newAndriy Gapon2013-07-091-0/+2
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-023-6/+23
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-024-1/+36
* Remove redundant check.Pawel Jakub Dawidek2013-02-171-3/+1
* Style.Pawel Jakub Dawidek2013-02-111-2/+2
* Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()Pawel Jakub Dawidek2013-02-071-0/+6
* Implement the zonename token for jailed processes. IfChristian S.J. Peron2013-01-173-2/+25
* Four .c files from OpenBSM are used, in modified form, by the kernel toRobert Watson2012-12-155-0/+0
* Merge OpenBSM 1.2-alpha2 changes from contrib/openbsm toRobert Watson2012-12-012-8/+59
* IFp4 @219811:Pawel Jakub Dawidek2012-12-011-3/+1
* IFp4 @208452:Pawel Jakub Dawidek2012-11-301-7/+11
* IFp4 @208451:Pawel Jakub Dawidek2012-11-305-23/+42
* IFp4 @208383:Pawel Jakub Dawidek2012-11-301-3/+3
* IFp4 @208382:Pawel Jakub Dawidek2012-11-301-8/+15
* IFp4 @208381:Pawel Jakub Dawidek2012-11-301-1/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-223-24/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-18/+18
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+1
* Provide ability to audit cap_rights_t arguments.Jonathan Anderson2011-07-184-0/+44
* Add ECAPMODE, "Not permitted in capability mode", a new kernel errnoRobert Watson2011-03-011-0/+14
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-1/+1
* Add a case to make sure that internal audit records get convertedChristian S.J. Peron2010-05-041-0/+1
* Make sure we convert audit records that were produced as the result of theChristian S.J. Peron2010-01-311-0/+7
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-2/+2
* Having thrown the cat out of the house, add a necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Correctly audit real gids following changes to the audit record argumentRobert Watson2009-08-121-1/+1
* Eliminate ARG_UPATH[12] arguments to AUDIT_ARG_UPATH() and insteadRobert Watson2009-07-293-89/+89
* Rework vnode argument auditing to follow the same structure, in orderRobert Watson2009-07-283-34/+50
* Audit file descriptors passed to fooat(2) system calls, which are usedRobert Watson2009-07-286-83/+184
* Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populatingRobert Watson2009-07-172-8/+121
* Create audit records for AUE_POSIX_OPENPT, currently w/o arguments.Robert Watson2009-07-021-0/+1
* Fix comment misthink.Robert Watson2009-07-021-1/+1
* Clean up a number of aspects of token generation from audit arguments toRobert Watson2009-07-021-69/+55
* For access(2) and eaccess(2), audit the requested access mode.Robert Watson2009-07-011-2/+9
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andRobert Watson2009-07-011-0/+6
* When auditing unmount(2), capture FSID arguments as regular text stringsRobert Watson2009-07-011-0/+8
* Audit the file descriptor number passed to lseek(2).Robert Watson2009-07-011-1/+1
* udit the 'options' argument to wait4(2).Robert Watson2009-07-011-0/+4
* Dynamically allocate the gidset field in audit record.Stacey Son2009-06-293-2/+13
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-272-15/+174
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-2/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-2/+0