Originally posted by: SystemAdmin
I am working with code that needs to read the hardware error log to function properly. It is pre-compiled code so I have very little ability to make changes to it. However to reduce security exposure this code will not be running as root. As a result I finding myself needing to do the following
$ chmod o+r /var/adm/ras/diag_log to give it the information it needs.
Looking through the log I don't see much risk in this but it shipped restricting access to root.
Is there a danger in this information gaining a wider audience?
Thanks.
#AIX-Forum