DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 13th March 2016
cpaulette cpaulette is offline
New User
 
Join Date: Nov 2014
Posts: 7
Default Doas has logging?

The FAQ (http://www.openbsd.org/faq/faq10.html#doas) in section 10.4.2 says, " An added advantage of "doas" is all activity is logged. It is possible to find out who ran an application."

I checked the man pages for doas (1) and doas.conf (5), and don't see anything about logging. Is this a typo, or am I missing something?
Reply With Quote
  #2   (View Single Post)  
Old 13th March 2016
albator albator is offline
Shell Scout
 
Join Date: Jul 2011
Posts: 98
Default

You can look at /etc/syslog.conf to see potential log files:
Code:
[...]
auth.info						/var/log/authlog
authpriv.debug						/var/log/secure
[...]
# Uncomment to log messages from doas(1) to its own log file.  Matches are done
# based on the program name.
# Program-specific logs:
#!doas
#*.*							/var/log/doas

Last edited by albator; 13th March 2016 at 10:41 AM. Reason: typo
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
doas package Peter_APIIT OpenBSD General 2 1st November 2015 07:45 AM
for current users playing with doas ocicat OpenBSD General 0 22nd July 2015 02:49 PM
dnsspoof logging issue joostvgh OpenBSD Security 5 19th January 2010 12:04 AM
sshd logging - can we get the ssh command? Mantazz FreeBSD Security 17 23rd May 2009 08:34 AM
pflog not logging. bsdnewbie999 OpenBSD General 9 13th March 2009 11:19 PM


All times are GMT. The time now is 04:43 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick