[PROBLEM] How to change file permissions on ULOG file??
Q:
Hi
I'm trying to change the file permissions on the ULOG file. By default it's being created with rw-rw-rw- permissions, and so any user can overwrite it.
I'm using Tuxedo 8.0 on HP-UX.
I've tried umask and that doesn't work. Nor does the PERM setting in the ubb file - looks like that is only for IPC structures.
I want it to be created with rw-r--r-- permissions so that only the tux administrator has write access.
Thanks in advance.
A: We also encouter this problem. Seems like hard code. As it doesn't related to umask.
As workaround solution, you may want to set ULOGPFX inside UBBCONFIG file, and proteck the directry with access mode 700.
<< Home