CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/10/09 01:43:38

Modified files:
        usr.bin/doas   : doas.c doas.conf.5 doas.h parse.y 

Log message:
Add nolog option to avoid syslog(3)

doas(1) unconditionally logs all executions but syslog.conf(5) provides no
means to filter messages by user, target or command.

Add the "nolog" option to doas.conf(5) such that syslog becomes an opt-out
feature;  this keeps configuration simple enough yet powerful since rule
definition is the best place to decide whether to log commands or not on a
per rule basis - this also aoids duplicating information or logic in any
other log processing tool.

OK tedu martijn

Reply via email to