|   
      audfilter catalog
Returns a list of names of all filters in the audit daemon.  The syntax is: 
 	audfilter catalog 
Description The audfilter catalog operation returns a list of names of all filters maintained by the audit daemon.  This command takes no arguments.  The names are a 
list of a type and if necessary a key.  They are returned in an arbitrary order.
 
Privileges Required You must have r (read) permission on the audit daemon's ACL and be authenticated.
 
Examples The following example returns the names of four filters from the audit daemon:
 
dcecp> audfilter catalog {principal melman}
 {foreign_principal /.../cell_X/kevins}
 {group dce}
 world
 dcecp>
 
 
 
 |