AnotherKamila / AnotherKamila/bsdops

Group name `root` everywhere! How do we handle this?

未关闭
#3 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
11
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

DebOps sets almost all config files to be owned by group `root`, which does not exist on FreeBSD. We have two options:

* Change every single line to use a variable instead: all instances of `group: root` would become `group: {{ root_group | d('root') }}`. Set `root_group` to `wheel` on FreeBSD.
* **Advantage:** clean system: things would be owned by group `wheel`, as expected.
* **Disadvantage:** bigger diff vs upstream DebOps
* Create a group named `root` so we don't have to deal with it
* **Advantage:** we won't have to deal with it :D
* **Disadvantage:** Some system files will be owned by group `root`. Will look weird and may violate POLA.

I am leaning towards the first option from the usability viewpoint, but it is very annoying for development. Opinions?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。