diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-07-31 00:03:26 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-07-31 00:03:26 +0000 |
| commit | 9453a033ff789531fb2c3a78d4c2d377c56d0461 (patch) | |
| tree | 687feeae4f466a81c28cda97dde4a702016b0fa6 /sys/security | |
| parent | 7ebe6f9e2fd89b32f92a8759a85ea30b35ac2594 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac/mac_framework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 7ea1fe13d6f2..05aa0a9e9aaf 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -184,7 +184,7 @@ int __mac_set_proc(struct mac *_mac_p); * and various other messes. */ -#define MAC_MAX_POLICIES 8 +#define MAC_MAX_POLICIES 4 struct label { int l_flags; |
