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_partition
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Rather than having MAC policies explicitly declare what object types
rwatson
2009-01-10
1
-1
/
+1
*
Rename three MAC entry points from _proc_ to _cred_ to reflect the fact
rwatson
2008-10-28
1
-17
/
+17
*
Extended comment on why we consider a partition relabel request of "0" to
rwatson
2008-10-28
1
-1
/
+7
*
Rename label_on_label() to partition_check(), which is far more
rwatson
2008-10-28
1
-7
/
+7
*
Add a mac_inpcb_check_visible implementation to all MAC policies
bz
2008-10-17
1
-0
/
+17
*
Use the label from the socket credential rather than the
bz
2008-10-17
1
-1
/
+2
*
Introduce two related changes to the TrustedBSD MAC Framework:
rwatson
2008-08-23
1
-7
/
+26
*
Rename mac_partition_enabled to partition_enabled to synchronize with
rwatson
2008-08-02
1
-3
/
+3
*
Resort TrustedBSD MAC Framework policy entry point implementations and
rwatson
2007-10-29
1
-77
/
+81
*
Consistently name functions for mac_<policy> as <policy>_whatever rather
rwatson
2007-10-25
1
-35
/
+36
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-25
/
+29
*
Apply variable name normalization to MAC policies: adopt global conventions
rwatson
2007-04-23
1
-12
/
+13
*
More unnecessary include reduction.
rwatson
2007-02-23
1
-19
/
+1
*
Remove empty entry point functions (init, destroy, syscall) from
rwatson
2007-02-23
1
-7
/
+0
*
Print intptr_t values by first casting to intmax_t and then printing with
rwatson
2007-02-06
1
-1
/
+1
*
Introduce accessor functions mac_label_get() and mac_label_set() to replace
rwatson
2007-02-06
1
-10
/
+11
*
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
-1
/
+2
*
Add #include <sys/sx.h>, devfs is going to require this shortly.
phk
2005-09-19
1
-0
/
+1
*
Update my personal copyrights and NETA copyrights in the kernel
rwatson
2004-02-22
2
-4
/
+4
*
Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),
rwatson
2003-12-06
1
-8
/
+8
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
1
-9
/
+9
*
Redesign the externalization APIs from the MAC Framework to
rwatson
2003-06-23
1
-3
/
+7
*
Trim "trustedbsd_" from the front of the policy module "short names";
rwatson
2003-03-27
1
-2
/
+2
*
Update MAC modules for changes in arguments for exec MAC policy
rwatson
2002-11-08
1
-0
/
+19
*
License and wording updates: NAI has authorized the removal of clause
rwatson
2002-11-04
2
-14
/
+8
*
Change privilege model for mac_partition such that BSD superuser can change
rwatson
2002-11-03
1
-6
/
+4
*
Move to C99 sparse structure initialization for the mac_policy_ops
rwatson
2002-10-30
1
-33
/
+17
*
Provide a simple sample labeled access control policy, mac_partition.
rwatson
2002-10-23
2
-0
/
+337