From 1b8046b578b46b3a1635d1f31e056f98270c5c9f Mon Sep 17 00:00:00 2001 From: cgtobi Date: Tue, 23 Oct 2018 21:15:17 +0200 Subject: [PATCH] Fix typo (#936) You neet to install `acl` not `act`. ;-) --- docs/kippo-graph/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kippo-graph/README.md b/docs/kippo-graph/README.md index 79242c3b..8518339b 100644 --- a/docs/kippo-graph/README.md +++ b/docs/kippo-graph/README.md @@ -57,8 +57,8 @@ debug = false * set read access to tty-files for group www-data (group maybe differ on other distributions) ``` -sudo apt-get install act -sudo setfacl -Rm g:www-data:rx /opt/cowrie/log/tty/ +sudo apt-get install acl +sudo setfacl -Rm g:www-data:rx /opt/cowrie/var/lib/cowrie/tty/ ``` ## kippo-graph Configuration