diff options
author | arr <arr@FreeBSD.org> | 2002-01-16 06:55:30 +0000 |
---|---|---|
committer | arr <arr@FreeBSD.org> | 2002-01-16 06:55:30 +0000 |
commit | 1ae1e4e3f2015a0dd28a67d111327bf8b681ba37 (patch) | |
tree | e1d5ce61a8174cc7c8b01d4bdcaed7af9b80f626 /share/doc | |
parent | 0ed7ba2c7402bdcb1b7ec738e669b00eefaed2b0 (diff) | |
download | FreeBSD-src-1ae1e4e3f2015a0dd28a67d111327bf8b681ba37.zip FreeBSD-src-1ae1e4e3f2015a0dd28a67d111327bf8b681ba37.tar.gz |
- Attempt to help declutter kern. sysctl by moving security out from
beneath it.
Reviewed by: rwatson
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/papers/jail/mgt.ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/jail/mgt.ms b/share/doc/papers/jail/mgt.ms index 524dae0..e2835d7 100644 --- a/share/doc/papers/jail/mgt.ms +++ b/share/doc/papers/jail/mgt.ms @@ -193,7 +193,7 @@ jails to set the hostname of the jail, which makes the status file less useful from a management perspective if the contents of the jail are malicious. To prevent a jail from changing its hostname, the -"kern.security.jail.set_hostname_allowed" sysctl may be set to 0 prior to +"security.jail.set_hostname_allowed" sysctl may be set to 0 prior to starting any jails. .PP One aspect immediately observable in an environment with multiple jails |