ITADN

Absolute paths should be used to specify executables in dinit services

#6145Openziyao233 创建于 2025-11-28
Z
ziyao233commented
Non-absolute paths used in `command` property could be misleading, the behavior depends on the `PATH` environment variable passed to `dinit`, which may cause security issues and is hard to predict. Futhermore, `dinit-check` could fail to resolve the correct executable path and issue non-sense diagnoses. We should convert our services to do so.
1 条评论