Ver Fonte

changelog / v2.0.0: add old & new uid

Fabian Peter Hammerle há 4 anos atrás
pai
commit
ca4a8839c6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed
 - moved tor's data directory from `/home/onion/.tor` to `/var/lib/tor`
-- run `tor` as user `tor` instead of `onion`
+- run `tor` as user `tor` (uid=100) instead of `onion` (uid=101)
 - docker-compose & ansible-playbook: read-only root filesystem
 
 ### Fixed