Fix sysctl name: security.jail.getfsstate_getfsstatroot_only ->

security.jail.getfsstatroot_only.

Approved by:	rwatson
This commit is contained in:
Pawel Jakub Dawidek 2004-05-20 05:28:44 +00:00
parent 9e9662ef5b
commit 2ff8a3496f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129462

View file

@ -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()");