diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-11-04 14:55:14 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-11-04 14:55:14 +0000 |
| commit | 3da87a65c7661cbb194f379e2f435e2edb119387 (patch) | |
| tree | c69dc44b7401c647ac4ec31ef98a2818c5d1139e /sys/kern/kern_mac.c | |
| parent | 977a68cc93de5e7967e73d088853ed76c34c886c (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_mac.c')
| -rw-r--r-- | sys/kern/kern_mac.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c index ea9bdb3c4c29..d36fbea5096c 100644 --- a/sys/kern/kern_mac.c +++ b/sys/kern/kern_mac.c @@ -153,12 +153,6 @@ SYSCTL_INT(_security_mac, OID_AUTO, enforce_vm, CTLFLAG_RW, &mac_enforce_vm, 0, "Enforce MAC policy on vm operations"); TUNABLE_INT("security.mac.enforce_vm", &mac_enforce_vm); -static int mac_cache_fslabel_in_vnode = 1; -SYSCTL_INT(_security_mac, OID_AUTO, cache_fslabel_in_vnode, CTLFLAG_RW, - &mac_cache_fslabel_in_vnode, 0, "Cache mount fslabel in vnode"); -TUNABLE_INT("security.mac.cache_fslabel_in_vnode", - &mac_cache_fslabel_in_vnode); - static int mac_mmap_revocation = 1; SYSCTL_INT(_security_mac, OID_AUTO, mmap_revocation, CTLFLAG_RW, &mac_mmap_revocation, 0, "Revoke mmap access to files on subject " |
