summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-20 05:28:44 +0000
committerpjd <pjd@FreeBSD.org>2004-05-20 05:28:44 +0000
commit7cbfe4913ba5f2332292765d3ec72ce075341c5c (patch)
tree85019311ffb38c28569b16c5094249e025219e4c /sys
parent96786b9ef7789ec04052f006b18cecd089909546 (diff)
downloadFreeBSD-src-7cbfe4913ba5f2332292765d3ec72ce075341c5c.zip
FreeBSD-src-7cbfe4913ba5f2332292765d3ec72ce075341c5c.tar.gz
Fix sysctl name: security.jail.getfsstate_getfsstatroot_only ->
security.jail.getfsstatroot_only. Approved by: rwatson
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_jail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c
index 712bae2..d3c55ce 100644
--- a/sys/kern/kern_jail.c
+++ b/sys/kern/kern_jail.c
@@ -55,7 +55,7 @@ SYSCTL_INT(_security_jail, OID_AUTO, sysvipc_allowed, CTLFLAG_RW,
"Processes in jail can use System V IPC primitives");
int jail_getfsstatroot_only = 1;
-SYSCTL_INT(_security_jail, OID_AUTO, getfsstate_getfsstatroot_only, CTLFLAG_RW,
+SYSCTL_INT(_security_jail, OID_AUTO, getfsstatroot_only, CTLFLAG_RW,
&jail_getfsstatroot_only, 0,
"Processes see only their root file system in getfsstat()");
OpenPOWER on IntegriCloud