This commit is contained in:
Sean Whalen
2019-02-05 12:28:42 -05:00
parent 5ab69bcbc1
commit a746f2259d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -955,8 +955,8 @@ 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
sudo chown root:parsedmarc /etc/parsedmarc.ini
sudo chmod u=rw,g=r,o= /etc/parsedmarc.ini
Create the service configuration file
+2 -2
View File
@@ -1035,8 +1035,8 @@ arrive.</p>
</pre></div>
</div>
<p>Protect the <code class="docutils literal notranslate"><span class="pre">parsedmarc</span></code> configuration file from prying eyes</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo chown parsedmarc:parsedmarc /etc/parsedmarc.ini
sudo chmod <span class="nv">ug</span><span class="o">=</span>r,o<span class="o">=</span> /etc/parsedmarc.ini
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo chown root:parsedmarc /etc/parsedmarc.ini
sudo chmod <span class="nv">u</span><span class="o">=</span>rw,g<span class="o">=</span>r,o<span class="o">=</span> /etc/parsedmarc.ini
</pre></div>
</div>
<p>Create the service configuration file</p>