Browse Source

changelog / v2.0.0: add old & new uid

Fabian Peter Hammerle 3 years ago
parent
commit
ca4a8839c6
1 changed files with 1 additions and 1 deletions
  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