diff options
| author | Matthew D Fleming <mdf@FreeBSD.org> | 2011-01-12 19:54:14 +0000 |
|---|---|---|
| committer | Matthew D Fleming <mdf@FreeBSD.org> | 2011-01-12 19:54:14 +0000 |
| commit | 123d2cb7e93fe24ee075a1e3b52ba42bfeff8862 (patch) | |
| tree | c684346723c5bdcc9cd29e75e76cf18263c69e5e /sys/security/mac/mac_framework.c | |
| parent | 0c2b0e03f7012f972e7211d597aafb59b3fe3bd5 (diff) | |
Notes
Diffstat (limited to 'sys/security/mac/mac_framework.c')
| -rw-r--r-- | sys/security/mac/mac_framework.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index fa069280dcca..d4960f9ff61b 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -151,7 +151,7 @@ static int mac_late = 0; * for an object type at run-time. */ uint64_t mac_labeled; -SYSCTL_QUAD(_security_mac, OID_AUTO, labeled, CTLFLAG_RD, &mac_labeled, 0, +SYSCTL_UQUAD(_security_mac, OID_AUTO, labeled, CTLFLAG_RD, &mac_labeled, 0, "Mask of object types being labeled"); MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage"); |
