Is Your e3000 Environment Secure? - by Mark Bixby

Is Your e3000 Environment Secure? - HPWorld 2003 page 13August 14, 2003
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