PROCESS SECURITY


On UNIX like platforms is possible to change user identifier and group identifier for the MyServer process after it has bound the necessary ports(only root can bind ports < 1024).

Process user identifier

Using a line like the following in the myserver.xml file will make myserver change its user identifier to the one specified:
<PROCESS_USER_ID>PID</PROCESS_USER_ID>
where PID is the user identifier to use.

Process group identifier

Using a line like the following in the myserver.xml file will make myserver change its group identifier to the one specified:
<PROCESS_GROUP_ID>GID</PROCESS_GROUP_ID>
where GID is the group identifier to use.

Warning: When one of these features is used the autoreboot will be not used by MyServer, as it can't get back old permissions again.