aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2013-12-05 21:55:10 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2013-12-05 21:55:10 +0000
commit44ddb776c630074b5a1f7e57ce99a71b083d8280 (patch)
tree608529df5f0a98a08e5bb6820d89336b140382b6 /sys/security/audit
parentc71f0d951af1ffe34cde7c2b7c1cd92eeda78abc (diff)
downloadsrc-44ddb776c630074b5a1f7e57ce99a71b083d8280.tar.gz
src-44ddb776c630074b5a1f7e57ce99a71b083d8280.zip
There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=259014
Diffstat (limited to 'sys/security/audit')
-rw-r--r--sys/security/audit/audit_bsm_klib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c
index d06c7705eafd..91f7aaa318b7 100644
--- a/sys/security/audit/audit_bsm_klib.c
+++ b/sys/security/audit/audit_bsm_klib.c
@@ -273,7 +273,6 @@ audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
case KERN_USRSTACK:
case KERN_LOGSIGEXIT:
case KERN_IOV_MAX:
- case KERN_MAXID:
return ((valid_arg & ARG_VALUE) ?
AUE_SYSCTL : AUE_SYSCTL_NONADMIN);