Kbase P135118: What are the correct file permissions for the Progress $DLC/bin binaries?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/22/2011 |
|
Status: Verified
GOAL:
What are the correct file permissions for the Progress $DLC/bin binaries?
GOAL:
What security do the Progress processes require?
FACT(s) (Environment):
UNIX
Progress/OpenEdge Versions
FIX:
Files within the $DLC/bin directory should be owned by root user.
All of the executable files within the $DLC/bin directory should have the permissions rwxr-xr-x except for the ones listed below. Whether the following files exist will depend on products that are installed:
_amspriv
_dbagent
_dbutil
_mprosrv
_mprshut
_orasrv
_proapsv
_probrkr
_progres
_proutil
_rfutil
prodb
xsdto4gl
The list of executables above require the permissions rwsr-xr-x.
The following command can be used to set the setuid bit on those files:
chmod 4755 <filename>