]> git.armaanb.net Git - opendoas.git/blobdiff - doas.conf.5
simplify makefile
[opendoas.git] / doas.conf.5
index 007dd305e3c5884ee3bf4ecd4025fb680396416f..461ef3f662295e69fbe649e8fc4de5225fd733f3 100644 (file)
@@ -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.
@@ -114,9 +117,9 @@ it isn't considered a keyword.
 .Bl -tag -width /etc/examples/doas.conf -compact
 .It Pa /etc/doas.conf
 .Xr doas 1
-configuration file
+configuration file.
 .It Pa /etc/examples/doas.conf
-example configuration file
+Example configuration file.
 .El
 .Sh EXAMPLES
 The following example permits user aja to install packages
@@ -139,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