This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VLOG filter file

Hi,

I'm testing NSS auditing with VLOG and can't get it working. 

/opt/novell/vigil/bin/vlog --blockNssEventsOfVol DATA --filterFile /etc/opt/novell/vlog.conf --format CEF

in the vlog.conf is only this

:-roll -user_stop -user_start
DATA:/** (ADDTRUSTEE REMOVETRUSTEE SETINHERITEDRIGHTS) (*) (*)

I'm on OES 24.1

David

Tags:

Parents
  • 0

    I do it this way with sucess:

    /opt/novell/vigil/bin/vlog --blockNssEventsOfVol VOL1 --pattern "+VOL1:/PATH/** (*)" --format CSV -o <Path and file for the output>  -d

  • 0   in reply to 

    Tried not to use filter file, no change

    /opt/novell/vigil/bin/vlog --blockNssEventsOfVol DATA --pattern ":-roll -user_stop -user_start" --pattern "+DATA:/** (ADDTRUSTEE REMOVETRUSTEE SETINHERITEDRIGHTS)" --format CEF

    David

Reply
  • 0   in reply to 

    Tried not to use filter file, no change

    /opt/novell/vigil/bin/vlog --blockNssEventsOfVol DATA --pattern ":-roll -user_stop -user_start" --pattern "+DATA:/** (ADDTRUSTEE REMOVETRUSTEE SETINHERITEDRIGHTS)" --format CEF

    David

Children