index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sys_capability.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This looks like a typo that breaks the build. Yell at me if this isn't the
sbruno
2013-09-05
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-94
/
+76
*
Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)
pjd
2013-08-18
1
-21
/
+30
*
Use proper malloc type for ioctls white-list.
pjd
2013-05-23
1
-5
/
+7
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-295
/
+350
*
Remove redundant parenthesis.
pjd
2013-02-17
1
-1
/
+1
*
Style: move opt_*.h includes in the proper place.
pjd
2012-06-10
1
-3
/
+3
*
Allways call fdrop().
pho
2012-03-12
1
-5
/
+3
*
Revisit the capability failure trace points. The initial implementation
des
2011-10-18
1
-2
/
+8
*
Add a new trace point, KTRFAC_CAPFAIL, which traces capability check
des
2011-10-11
1
-1
/
+9
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-8
/
+8
*
Add the fo_chown and fo_chmod methods to struct fileops and use them
kib
2011-08-16
1
-0
/
+22
*
Update use of the FEATURE() macro in sys_capability.c to reflect the move
rwatson
2011-08-13
1
-1
/
+3
*
Now that capability support has been committed, update and expand the
rwatson
2011-08-13
1
-3
/
+17
*
Allow Capsicum capabilities to delegate constrained
jonathan
2011-08-13
1
-9
/
+9
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+1
*
Turn on AUDIT_ARG_RIGHTS() for cap_new(2).
jonathan
2011-07-22
1
-2
/
+0
*
Add cap_new() and cap_getrights() system calls.
jonathan
2011-07-15
1
-0
/
+67
*
Add implementation for capabilities.
jonathan
2011-07-15
1
-4
/
+214
*
Add kernel functions to unwrap capabilities.
jonathan
2011-07-04
1
-0
/
+122
*
We may split today's CAPABILITIES into CAPABILITY_MODE (which has
jonathan
2011-06-29
1
-4
/
+4
*
Remove redundant Capsicum sysctl.
jonathan
2011-06-25
1
-7
/
+0
*
- Add a FEATURE for capsicum (security_capabilities).
netchild
2011-03-04
1
-0
/
+2
*
Add initial support for Capsicum's Capability Mode to the FreeBSD kernel,
rwatson
2011-03-01
1
-0
/
+123