Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/security/mac/mac_framework.c 103135 2002-09-09 17:10:16Z rwatson $
---
> * $FreeBSD: head/sys/security/mac/mac_framework.c 103136 2002-09-09 17:12:24Z rwatson $
162a163,167
>
> 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 "
> "relabel");
2170a2176,2178
> if (!mac_mmap_revocation)
> return;
>