Skip to content

Commit

Permalink
revert 9f1cce3
Browse files Browse the repository at this point in the history
we actually should open the log file in the chroot, the bug is in
the code.
  • Loading branch information
omar-polo committed Mar 3, 2024
1 parent 9f1cce3 commit 0ed763b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gmid.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd March 3, 2024
.Dd January 11, 2024
.Dt GMID.CONF 5
.Os
.Sh NAME
Expand Down Expand Up @@ -121,13 +121,12 @@ the process to the given
The daemon has to be run with root privileges and thus the option
.Ic user
needs to be provided too, so privileges can be dropped afterwards.
If enabled all the paths in the configuration file are relative to the
chroot directory, except for the
All the paths in the configuration file are relative to the chroot
directory, except for the
.Ic cert ,
.Ic key ,
.Ic ocsp
.Ic key
and
.Ic log access
.Ic ocsp
paths.
Defaults to the
.Ic user
Expand All @@ -140,7 +139,7 @@ The available options are as follows:
.It Ic access Ar file
Log the requests to
.Ar file .
The path is not relative to the
The path is relative to the
.Ic chroot .
.It Ic style Ar style
Set the logging style, defaults to
Expand Down

0 comments on commit 0ed763b

Please sign in to comment.