Skip to content

Tool to specify audit configurations on a process

Notifications You must be signed in to change notification settings

csjayp/setaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setaudit

With setaudit it is possible to specify audit configurations on a process directly at the runtime.

All audit events are redirected to the auditd(8), an audit log management daemon.

Usage

setaudit [-46] [-a auid] [-m mask] [-s source] [-p port] command ...

Example

Example of enabling all exe related audit events performed by a command and its child processes:

setaudit -m ex command

Installation

setaudit can be found in the FreeBSD Ports under security/setaudit:

  • pkg install security/setaudit
  • cd /usr/ports/security/setaudit/ && make install clean

About

Tool to specify audit configurations on a process

Resources

Stars

Watchers

Forks

Packages