Is your e3000 Environment Secure? Homestead security

page 13April 24, 2003
Is Your Homestead Secure? - Solution Symposium West
Which files have been :RELEASEd?
:RELEASE is a great convenience for relaxing file
security, but it opens major security holes
There are no FOS tools to conveniently scan for
:RELEASEd files, but you can do this from the CI:
file temp;rec=,,b;disc=2147483647
listfile /,3 >*temp
xeq awk.hpbin.sys "'&
$1 == ""FILE:"" { file=$2 } &
/SECURITY IS OFF/ { print file}'" <*temp
purge *temp;temp
Then :SECURE any items that no longer need to be
:RELEASEd