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_bsdextended
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resort TrustedBSD MAC Framework policy entry point implementations and
rwatson
2007-10-29
1
-0
/
+4
*
Consistently name functions for mac_<policy> as <policy>_whatever rather
rwatson
2007-10-25
1
-133
/
+131
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-58
/
+62
*
Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry
rwatson
2007-09-10
1
-14
/
+14
*
In preparation for 7.0 privilege cleanup, clean up style:
rwatson
2007-07-05
2
-87
/
+32
*
Include priv.h to pick up suser(9) definitions, missed in an earlier
rwatson
2007-06-13
1
-0
/
+1
*
Apply variable name normalization to MAC policies: adopt global conventions
rwatson
2007-04-23
1
-32
/
+35
*
Allow MAC policy modules to control access to audit configuration system
rwatson
2007-04-21
1
-0
/
+27
*
More unnecessary include reduction.
rwatson
2007-02-23
1
-17
/
+2
*
Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop in
rwatson
2007-02-20
1
-9
/
+8
*
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
-2
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-0
/
+3
*
Add some new options to mac_bsdestended. We can now match on:
dwmalone
2006-04-23
2
-35
/
+210
*
Create a mac_bsdextended_check_vp function that takes a cred, a
dwmalone
2006-03-04
1
-280
/
+43
*
Fix potential overrun of static stack allocated array which stores
csjp
2006-01-15
1
-1
/
+1
*
If a "hole" opens up in the ruleset (i.e.: remove 5), do not return
trhodes
2005-07-28
1
-5
/
+2
*
Add locking support to mac_bsdextended:
trhodes
2005-04-22
1
-37
/
+67
*
Minor white space synchronization and line wrapping.
rwatson
2004-10-22
1
-0
/
+1
*
Bump copyright dates for NETA on these files.
rwatson
2004-10-21
2
-2
/
+2
*
Modify mac_bsdextended policy so that it defines its own vnode access
rwatson
2004-10-21
2
-33
/
+74
*
Remove the debugging tunable, it was not being used.
trhodes
2004-09-10
1
-10
/
+1
*
Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIV
trhodes
2004-08-21
1
-5
/
+19
*
Give the mac_bsdextended(4) policy the ability to match and apply on a first
trhodes
2004-08-21
1
-2
/
+21
*
Allow an effective uid of root to bypass mac_bsdextended rules; the MAC
rwatson
2004-07-23
1
-0
/
+3
*
Update my personal copyrights and NETA copyrights in the kernel
rwatson
2004-02-22
2
-4
/
+4
*
Implementations of mpo_check_vnode_deleteextattr() and
rwatson
2003-08-21
1
-1
/
+35
*
Remove trailing whitespace.
rwatson
2003-07-05
1
-3
/
+3
*
Trim "trustedbsd_" from the front of the policy module "short names";
rwatson
2003-03-27
1
-1
/
+1
*
Expand scope of the BSD extended "file system firewall" policy to
rwatson
2003-03-25
1
-0
/
+17
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Map VAPPEND to VWRITE since the ugidfw rule syntax doesn't specifically
rwatson
2002-12-28
1
-0
/
+9
*
Update MAC modules for changes in arguments for exec MAC policy
rwatson
2002-11-08
1
-1
/
+2
*
Update policy modules for changes in arguments associated with support
rwatson
2002-11-05
1
-1
/
+1
*
License and wording updates: NAI has authorized the removal of clause
rwatson
2002-11-04
2
-14
/
+8
*
Move to C99 sparse structure initialization for the mac_policy_ops
rwatson
2002-10-30
1
-55
/
+28
*
Various minor type, prototype tweaks -- clean up cruft due to lack of
rwatson
2002-10-30
1
-2
/
+2
*
While 'mode_t' seemed like a good idea for the access mode argument for
rwatson
2002-10-30
1
-5
/
+5
*
Merge implementation of mpo_check_vnode_link() for various appropriate
rwatson
2002-10-05
1
-0
/
+29
*
Pass active_cred and file_cred into the MAC framework explicitly
rwatson
2002-08-19
1
-4
/
+5
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
2
-0
/
+809