From 9c81f7d85759cda066d74874fcb59b2ce287ed02 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 31 Mar 2021 11:17:27 -0400 Subject: [PATCH] Updated Security Overview (markdown) --- Security-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security-Overview.md b/Security-Overview.md index 9275472..5b3e0ed 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -49,7 +49,7 @@ Do not run ArchiveBox as root for a number of reasons: **Instead, you should run ArchiveBox as your normal user, or create a user with less privileged access:** ```bash -useradd -r -g archivebox -G audio,video archivebox +useradd -r -g archivebox -G audio,video archivebox # the audio & video groups are used by chrome mkdir -p /home/archivebox/data chown -R archivebox:archivebox /home/archivebox ...