浏览代码

changelog / v2.0.0: add old & new uid

Fabian Peter Hammerle 3 年之前
父节点
当前提交
ca4a8839c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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