summaryrefslogtreecommitdiff
path: root/sys/security/mac
diff options
context:
space:
mode:
authorMatthew D Fleming <mdf@FreeBSD.org>2011-01-12 19:54:14 +0000
committerMatthew D Fleming <mdf@FreeBSD.org>2011-01-12 19:54:14 +0000
commit123d2cb7e93fe24ee075a1e3b52ba42bfeff8862 (patch)
treec684346723c5bdcc9cd29e75e76cf18263c69e5e /sys/security/mac
parent0c2b0e03f7012f972e7211d597aafb59b3fe3bd5 (diff)
Notes
Diffstat (limited to 'sys/security/mac')
-rw-r--r--sys/security/mac/mac_framework.c2
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");