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
/
security
/
mac_portacl
/
mac_portacl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
brucec
2010-11-09
1
-1
/
+1
*
- Correct logic in if statement - we want to allocate temporary buffer
pjd
2009-03-14
1
-1
/
+3
*
Rather than having MAC policies explicitly declare what object types
rwatson
2009-01-10
1
-1
/
+1
*
Introduce two related changes to the TrustedBSD MAC Framework:
rwatson
2008-08-23
1
-1
/
+1
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-1
/
+1
*
Consistently name functions for mac_<policy> as <policy>_whatever rather
rwatson
2007-10-25
1
-26
/
+26
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+6
*
Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in
rwatson
2007-06-12
1
-2
/
+1
*
Apply variable name normalization to MAC policies: adopt global conventions
rwatson
2007-04-23
1
-4
/
+3
*
More unnecessary include reduction.
rwatson
2007-02-23
1
-9
/
+1
*
Continue 7-CURRENT MAC Framework rearrangement and cleanup:
rwatson
2007-02-06
1
-1
/
+0
*
Move src/sys/sys/mac_policy.h, the kernel interface between the MAC
rwatson
2006-12-22
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+3
*
Do allow jailed superuser to override the port ACL.
rwatson
2006-10-10
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Add a new sysctl/tunable to mac_portacl:
rwatson
2004-12-08
1
-0
/
+23
*
Switch from using an sx lock to a mutex for the mac_portacl rule chain:
rwatson
2004-12-06
1
-26
/
+19
*
Remove dead code. (This loop counted the number of rules, but the count
cperciva
2004-05-15
1
-7
/
+0
*
Pay attention to mac_portacl_enabled.
rwatson
2004-01-20
1
-1
/
+5
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Do not depend on namespace pollution, explicitly include sys/sx.h
kan
2003-03-12
1
-0
/
+1
*
A cute yet small MAC policy that provides a simple ACL mechanism to
rwatson
2003-03-02
1
-0
/
+485