Trying to run a report to look for just writes to OMVS files - used the following to produce a report:
OPTION EMPTYLIST=HIDE REQUIRED
define type=smf StartTime(" Start",8) min(time)
define type=smf EndTime(" End",8) max(time)
n type=smf n=smfsel outlim=0 nopage
S,
( (unix_pathname=("/XXXX/tmp/fred"g)))
list type
n type=smf tt="zSecure Admin+Audit for RACF file system events",,
,
st="Event log records for paths like /XXXX/tmp/fred"
s likelist=SMFSEL
Sortlist datetime(nd) system(nd) smfdd(nd) recno(nd) userid(nd) date,
time system recorddesc
summary unix_pathname(key,pas) / " ",
* user(key,pas) jobtag(nd) jobname jobid,
system date(9) StartTime EndTime
This produced output which included all actions - using the EV.F panel identified the following SELECT using the "Further pathname selection" and selecting "Access used WRITE"
S,
(((((UNIX_ACCESS_USED="u+w"M OR,
UNIX_ACCESS_USED="g+w"M OR UNIX_ACCESS_USED="o+w"M)),
unix_pathname=(,"/XXXX/tmp/fred"g))))
But this returned no data - has anyone got some sample CARLA that can be used ?
#ZSecurity#SupportMigration#Support