Reducing XCOM for UNIX/Linux xcom.log and /tmp/xcomd.it file permissions from 666 (rw-rw-rw-) to 664 (rw-rw-r--)
Based on required AIX OS hardening, there should be no files with permissions 666(rw-rw-rw-) i.e. no files with write access for Other.
Under XCOM for AIX install there are 2 files with 666 permission set.
/tmp/xcomd.it
/opt/CA/XCOM/xcom.log
If revoke write permission for Other i.e. change to 664 (rw-rw-r--), will that have any negative impact on XCOM?
XCOM™ Data Transport® for UNIX/Linux PC
If you remove the write permission for Other i.e. change to 664, it will impact the logging of XCOM transfer messages to the file unless the user is root or is in the xcomadm group. For a locally initiated transfer it will not log those "local" messages but it will log messages for the "remote" side of the transfer. NOTE: the change won't prevent a successful transfer, it will only impact the logging of all messages.
So after making the change, to ensure all transfer messages are logged in the xcom.log file all non-root users executing the transfer should either be in the xcomadm group or the alternative is to setup up an Access Control List (ACL) for /opt/CA/XCOM/xcom.log with required users/groups who are executing transfers and need the write permission.