chroot.2: Correct grammar errors.

No functional change.

MFC after:	1 week
This commit is contained in:
Greg Lehey 2022-03-31 13:05:49 +11:00
parent 27ac4281fd
commit 4044083079

View file

@ -147,7 +147,7 @@ open directories, or a MAC check), it is possible that this system
call may return an error, with the working directory of the process
left changed.
.Sh SECURITY CONSIDERATIONS
The system have many hardcoded paths to files where it may load after
The system has many hardcoded paths to files which it may load after
the process starts.
It is generally recommended to drop privileges immediately after a
successful
@ -155,8 +155,8 @@ successful
call,
and restrict write access to a limited subtree of the
.Nm
root,
for instance,
root.
For instance,
setup the sandbox so that the sandboxed user will have no write
access to any well-known system directories.
.Pp