Default access permissions RHEL

The installation procedure sets access permissions for specific platform files and directories.

Specific users and groups are assigned as owners of these resources.
They interact only with the files and directories they manage and control.

These are the default access permissions the platform installation process sets for specific platform files and directories:

chown -R elasticsearch:elasticsearch /data/elasticsearch
 
chown -R root:elasticsearch /etc/eclecticiq-elasticsearch
 
chmod 664 /etc/eclecticiq-elasticsearch/*
chmod 775 /etc/eclecticiq-elasticsearch
chmod g+ws /etc/eclecticiq-elasticsearch
chmod g+r /etc/default/elasticsearch
 
chown eclecticiq:eclecticiq /var/run/eclecticiq
chmod 400 /etc/eclecticiq/opentaxii.yml
chmod 400 /etc/eclecticiq/platform_settings.py
chmod 400 /etc/eclecticiq/proxy_url
 
chown eclecticiq:eclecticiq
chmod 500 /etc/eclecticiq
 
chown eclecticiq:eclecticiq
chmod 664 /etc/eclecticiq-elasticsearch/*
chmod 775 /etc/eclecticiq-elasticsearch
 
chown -R eclecticiq:eclecticiq
chmod 700 /var/log/eclecticiq
chmod 700 /var/run/eclecticiq
 
chown -R neo4j:neo4
chmod 777 /tmp/neo4j

See also