Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SETAUDIT(8)		     System Manager's Manual		     SETAUDIT(8)

NAME
     setaudit -- specify audit configurations on a process

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

DESCRIPTION
     setaudit is a tool to specify audit configurations on a process.

     The following options are available:

     -4 	  Use IPv4.

     -6 	  Use IPv6.

     -U 	  Update audit session state rather than overwriting it.  By de-
		  fault,  setaudit will overwrite the entire audit session state
		  using the specified parameters.  If -U is specified, only  the
		  parameters  given on the command line will be updated, leaving
		  the rest unchanged.

     -a auid	  Audit user ID or user name.

     -m mask	  String representation of an audit mask.

     -s source	  IPv4 or IPv6 address of a Terminal ID.

     -p port	  Port of a Terminal ID.

EXAMPLES
     Enable all exe related audit events performed  by	command  and  its  child
     processes:

	   # setaudit -m ex command

SEE ALSO
     getaudit(2), setaudit(2), au_mask(3), libbsm(3), audit_user(5), audit(8)

HISTORY
     The    setaudit	utility    was	 written   by	Christian   S.J.   Peron
     <csjp@FreeBSD.org>.

AUTHORS
     This manual page was written by Mateusz Piotrowski <0mp@FreeBSD.org>.

FreeBSD ports 15.quarterly	 March 21, 2018 		     SETAUDIT(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=setaudit&sektion=8&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly>

home | help