Systemd has bug
Systemd has bug
Posted Dec 2, 2024 9:25 UTC (Mon) by mezcalero (subscriber, #45103)In reply to: Systemd has bug by ebiederm
Parent article: The kernel's command-line commotion
It's like arguing: we don't need washing machines, because everyone washes their clothes by hand. Of course they do, if they have no washing machine!
In systemd we are moving the codebase bit by bit over to reference things by fds rather than by paths, i.e. for new stuff we generally only use O_PATH, openat() and friends. For old code we port things over, but we'll never be able to do that properly for execveat(), since it's so unusable right now.
I am not going to comment on the SMACK stuff, it's contributed code by SMACK folks, I have no comprehensive understanding of that.
Lennart
