From c86efb1e07ebaf10ccb6eab80daab8f0a9bd44b8 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Tue, 19 May 2020 15:21:48 +0200 Subject: [PATCH] fix doc typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5424140..e7072ae 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,10 @@ In addition bashbot has a [test suite](doc/7_develop.md) to check if important f **We stay with /bin/bash shebang, because it's more save from security perspective.** -Using the system provided bash makes it harder for attackers or users to place alternative versions of bash and avoids using -possibly broken, mangled or compromised bash executables. +Using a fixed path to the system provided bash makes it harder for attackers or users to place alternative versions of bash +and avoids using a possibly broken, mangled or compromised bash executable. -If you are a MacOS user or forced to use an alternative bash, see [Install Bashbot](doc/0_install.md) +If you are a BSD / MacOS user or must to use an other bash location, see [Install Bashbot](doc/0_install.md) ### Run your Bot as a restricted user **I recommend to run your bot as a user, with almost no access rights.**