Posts

Showing posts from June, 2021

OpenVMS - How to enable Auditing for specific File

  1. First We need to enable Auditing with audit server for file access as shown below as bold. System security audits currently enabled for:   ACL   Authorization   Audit:         illformed   Breakin:       dialup,local,remote,network,detached   Logfailure:    batch,dialup,local,remote,network,subprocess,detached   FILE access:     Failure:     read,write,execute,delete,control If "FILE access" is NOT enabled, run below command to get it enabled. Command :    set audit/audit/enable=access=failure/class=file 2. Choose file for which you want to have file access auditing enabled. For Example :  File name :  DSA10:[TMP]REN.COM Firstly, check if  required ACL is defined for this file or NOT with below command  Command :  DIR/SECURITY UTIL:[TMP]REN.COM; Directory UTIL:[TMP] REN.COM;3                ...