fix log access doc: path is not relative to the chroot

Reported by Colin Henein, thanks!

See https://github.com/omar-polo/gmid/issues/24
This commit is contained in:
Omar Polo 2024-03-03 15:27:03 +00:00
parent 8f543d941e
commit 9f1cce3d0e
1 changed files with 7 additions and 6 deletions

View File

@ -11,7 +11,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd January 11, 2024 .Dd March 3, 2024
.Dt GMID.CONF 5 .Dt GMID.CONF 5
.Os .Os
.Sh NAME .Sh NAME
@ -121,12 +121,13 @@ the process to the given
The daemon has to be run with root privileges and thus the option The daemon has to be run with root privileges and thus the option
.Ic user .Ic user
needs to be provided too, so privileges can be dropped afterwards. needs to be provided too, so privileges can be dropped afterwards.
All the paths in the configuration file are relative to the chroot If enabled all the paths in the configuration file are relative to the
directory, except for the chroot directory, except for the
.Ic cert , .Ic cert ,
.Ic key .Ic key ,
and
.Ic ocsp .Ic ocsp
and
.Ic log access
paths. paths.
Defaults to the Defaults to the
.Ic user .Ic user
@ -139,7 +140,7 @@ The available options are as follows:
.It Ic access Ar file .It Ic access Ar file
Log the requests to Log the requests to
.Ar file . .Ar file .
The path is relative to the The path is not relative to the
.Ic chroot . .Ic chroot .
.It Ic style Ar style .It Ic style Ar style
Set the logging style, defaults to Set the logging style, defaults to