summaryrefslogtreecommitdiff
path: root/sys/security
Commit message (Expand)AuthorAgeFilesLines
* MFC r258622,258675: dtrace sdt: remove the ugly sname parameter ofAndriy Gapon2014-02-172-27/+27
* MFC r255971: Fix some typos that were causing probe argument types toAndriy Gapon2014-02-174-4/+4
* MFC 259014: There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.John Baldwin2013-12-261-1/+0
* MFC r255945:Konstantin Belousov2013-10-061-1/+2
* MFC r253078: audit_proc_coredump: check return value of audit_newAndriy Gapon2013-07-161-0/+2
* MFC r227293 (by ed):Alexander Motin2013-04-053-3/+4
* MFC: r227309 (partial)Marius Strobl2013-03-0911-13/+13
* MergeAlexander V. Chernikov2013-03-021-0/+2
* Merge r243751 from head to stable/9:Robert Watson2012-12-182-8/+59
* MFC r243719,r243720,r243722,r243723,r243726,r243727,r243746:Pawel Jakub Dawidek2012-12-167-40/+70
* Merge r234032 from head to stable/9:Robert Watson2012-07-091-14/+27
* MFC: r234957Christian Brueffer2012-05-161-0/+3
* MFC r228424,228448: panic: add a switch and infrastructure for stoppingAndriy Gapon2012-05-131-1/+0
* MFC r231378:Ed Schouten2012-03-023-24/+30
* MFC r228430,228433: put sys/systm.h at its proper place or add it if missingAndriy Gapon2012-01-152-1/+2
* MFC: r226143Christian Brueffer2011-10-151-3/+0
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-38/+38
* Correct several issues in the integration of POSIX shared memory objectsRobert Watson2011-09-027-16/+462
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themKonstantin Belousov2011-08-166-0/+176
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Provide ability to audit cap_rights_t arguments.Jonathan Anderson2011-07-184-0/+44
* - Add a FEATURE for capsicum (security_capabilities).Alexander Leidinger2011-03-041-1/+1
* 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-252-0/+5
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() areAlan Cox2011-02-051-5/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-122-2/+2
* Fix typos.Rebecca Cran2010-11-091-1/+1
* Add missing DTrace probe invocation to mac_vnode_check_open; the probeRobert Watson2010-10-231-0/+2
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-1/+1
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-222-13/+15
* Add a case to make sure that internal audit records get convertedChristian S.J. Peron2010-05-041-0/+1
* Update device-labeling logic for Biba, LOMAC, and MLS to recognize new-styleRobert Watson2010-03-023-0/+3
* 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
* Make mac_lomac(4) able to interpret NFSv4 access bits.Edward Tomasz Napierala2010-01-031-1/+1
* 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-7/+120
* 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