You neet to install `acl` not `act`. ;-)
This commit is contained in:
cgtobi 2018-10-23 21:15:17 +02:00 committed by Michel Oosterhof
parent b7ac2c7ec2
commit 1b8046b578
1 changed files with 2 additions and 2 deletions

View File

@ -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