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
/
kern_mac.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move all object label init/destroy routines to the head of the
rwatson
2002-10-05
1
-285
/
+285
*
Synch from TrustedBSD MAC tree:
rwatson
2002-10-05
1
-3
/
+25
*
Cosmetic line wrap synchronization.
rwatson
2002-10-05
1
-2
/
+4
*
Push the debugging obect label counters into security.mac.debug.counters
rwatson
2002-10-05
1
-11
/
+16
*
Begin another merge from the TrustedBSD MAC branch:
rwatson
2002-10-05
1
-68
/
+86
*
Add a new MAC entry point, mac_thread_userret(td), which permits policy
rwatson
2002-10-02
1
-0
/
+11
*
Remember to include "opt_devfs.h" so we get any relevant changes
phk
2002-10-01
1
-0
/
+1
*
Improve locking of pipe mutexes in the context of MAC:
rwatson
2002-10-01
1
-0
/
+34
*
Push 'security.mac.debug_label_fallback' behind options MAC_DEBUG.
rwatson
2002-10-01
1
-10
/
+14
*
Add tunables for the existing sysctl twiddles for pipe and vm
rwatson
2002-09-30
1
-0
/
+2
*
Remove un-needed stack variable 'ops'.
rwatson
2002-09-18
1
-3
/
+2
*
Add a toggle to disable VM enforcement.
rwatson
2002-09-18
1
-0
/
+7
*
At the cost of seeming a little gauche, make use of more traditional
rwatson
2002-09-18
1
-4
/
+4
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-4
/
+4
*
Add security.mac.mmap_revocation, a flag indicating whether we
rwatson
2002-09-09
1
-0
/
+8
*
Minor code sync to MAC tree: push Giant locking up from
rwatson
2002-09-09
1
-2
/
+2
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-05
1
-6
/
+5
*
Close a race in process label changing opened due to dropping the
rwatson
2002-08-19
1
-7
/
+10
*
Pass active_cred and file_cred into the MAC framework explicitly
rwatson
2002-08-19
1
-12
/
+20
*
Provide an implementation of mac_syscall() so that security modules
rwatson
2002-08-19
1
-0
/
+38
*
Break out mac_check_pipe_op() into component check entry points:
rwatson
2002-08-19
1
-4
/
+46
*
Break out mac_check_vnode_op() into three seperate checks:
rwatson
2002-08-19
1
-10
/
+57
*
Assert process locks in proces-related access control checks.
rwatson
2002-08-19
1
-0
/
+6
*
Add a missing vnode assertion for the exec() check.
rwatson
2002-08-19
1
-0
/
+2
*
Wrap maintenance of varios nmac{objectname} counters in MAC_DEBUG so we
rwatson
2002-08-16
1
-0
/
+46
*
Rename mac_check_socket_receive() to mac_check_socket_deliver() so that
rwatson
2002-08-15
1
-10
/
+10
*
Sync to trustedbsd_mac tree: default to sigsegv rather than copy-on-write
rwatson
2002-08-15
1
-1
/
+1
*
Declare a module service "kernel_mac_support" when MAC support is
rwatson
2002-08-12
1
-0
/
+8
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-5
/
+7
*
Include file cleanup; mac.h and malloc.h at one point had ordering
rwatson
2002-08-01
1
-0
/
+1
*
Begin committing support for Mandatory Access Control and extensible
rwatson
2002-07-30
1
-0
/
+3016
*
Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MAC
rwatson
2002-07-30
1
-0
/
+93
[prev]