X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=doas.conf.5;h=461ef3f662295e69fbe649e8fc4de5225fd733f3;hb=4daae4a9009b1340e4887d42974a0b0a50ae6c43;hp=54022ee2dcbec9a1584a9fd55f5f27867348ee18;hpb=4356cb6b4cefb142d182784c264ce936a1ec3626;p=opendoas.git diff --git a/doas.conf.5 b/doas.conf.5 index 54022ee..461ef3f 100644 --- a/doas.conf.5 +++ b/doas.conf.5 @@ -45,6 +45,9 @@ Options are: .Bl -tag -width keepenv .It Ic nopass The user is not required to enter a password. +.It Ic nolog +Do not log successful command execution to +.Xr syslogd 8 . .It Ic persist After the user successfully authenticates, do not ask for a password again for some time. @@ -111,9 +114,12 @@ If quotes or backslashes are used in a word, it isn't considered a keyword. .El .Sh FILES -.Bl -tag -width "/etc/doas.conf" +.Bl -tag -width /etc/examples/doas.conf -compact .It Pa /etc/doas.conf -doas configuration file. +.Xr doas 1 +configuration file. +.It Pa /etc/examples/doas.conf +Example configuration file. .El .Sh EXAMPLES The following example permits user aja to install packages @@ -136,7 +142,8 @@ permit nopass tedu as root cmd /usr/sbin/procmap permit nopass keepenv setenv { PATH } root as root .Ed .Sh SEE ALSO -.Xr doas 1 +.Xr doas 1 , +.Xr syslogd 8 .Sh HISTORY The .Nm