From 3faafb1dee59093b03ee3e84860094d4b1e069b5 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Tue, 6 Jun 2017 21:30:58 +0200 Subject: [PATCH] docs: faq: specify "using inline shell scripts" --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.rst b/docs/faq.rst index cb9c3a2a2..71cdc0140 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -266,6 +266,7 @@ See :ref:`encrypted_repos` for more details. .. _password_env: .. note:: Be careful how you set the environment; using the ``env`` command, a ``system()`` call or using inline shell scripts + (e.g. ``BORG_PASSPHRASE=hunter12 borg ...``) might expose the credentials in the process list directly and they will be readable to all users on a system. Using ``export`` in a shell script file should be safe, however, as