adjust group and permissions for /data

This commit is contained in:
listbot
2019-05-08 11:16:48 +00:00
parent ce89e44474
commit c09547e3a4
6 changed files with 36 additions and 26 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 20190508
- **Add tsec / install user to tpot group**
- For users being able to easily download logs from the /data folder the installer now adds the `tpot` or the logged in user (`who am i`) via `usermod -a -G tpot <user>` to the tpot group. Also /data permissions will now be enforced to `770`, which is necessary for directory listings.
## 20190502
- **Fix KVPs**
- Some KVPs for Cowrie changed and the tagcloud was not showing any values in the Cowrie dashboard.