From 74dacf48fb6587c0aa2e769e56f2fced13a1b875 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 5 Feb 2019 11:51:58 -0500 Subject: [PATCH] Add instructions for securing the config file --- docs/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 652c6a6..f277afa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -951,6 +951,13 @@ Create a system user sudo useradd parsedmarc -r -s /bin/false +Protect the ``parsedmarc`` configuration file from prying eyes + +.. code-block:: bash + + sudo chown parsedmarc:parsedmarc /etc/parsedmarc.ini + sudo chmod ug=r,o= /etc/parsedmarc.ini + Create the service configuration file .. code-block:: bash