summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_capability.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r269023,r272503,r272505,r272523,r272567,r272569,r272574mjg2014-10-141-6/+21
* This looks like a typo that breaks the build. Yell at me if this isn't thesbruno2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-94/+76
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-181-21/+30
* Use proper malloc type for ioctls white-list.pjd2013-05-231-5/+7
* Merge Capsicum overhaul:pjd2013-03-021-295/+350
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Style: move opt_*.h includes in the proper place.pjd2012-06-101-3/+3
* Allways call fdrop().pho2012-03-121-5/+3
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-2/+8
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-1/+9
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-8/+8
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-0/+22
* Update use of the FEATURE() macro in sys_capability.c to reflect the moverwatson2011-08-131-1/+3
* Now that capability support has been committed, update and expand therwatson2011-08-131-3/+17
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-131-9/+9
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+1
* Turn on AUDIT_ARG_RIGHTS() for cap_new(2).jonathan2011-07-221-2/+0
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-0/+67
* Add implementation for capabilities.jonathan2011-07-151-4/+214
* Add kernel functions to unwrap capabilities.jonathan2011-07-041-0/+122
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-4/+4
* Remove redundant Capsicum sysctl.jonathan2011-06-251-7/+0
* - Add a FEATURE for capsicum (security_capabilities).netchild2011-03-041-0/+2
* Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,rwatson2011-03-011-0/+123
OpenPOWER on IntegriCloud