bootloader: initrd can be generated from the /tmp#854
bootloader: initrd can be generated from the /tmp#854yarda wants to merge 1 commit intoredhat-performance:masterfrom
Conversation
This fixes regression introduced by 74c3d35. Also dropped redundant "error:" prefix from some related error messages. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
|
I can confirm this resolves the issue: when using the However, I wonder if this is not exposing Tuned to an attack from unprivileged users messing with the |
It shouldn't be a problem, it's creating the Regarding the race condition attack before the safe path check and Regarding the symlink attack, it's using If the user uses the I could add one more safety checks to harden it even more if used unsafe way:
|
This fixes regression introduced by 74c3d35. Also dropped redundant "error:" prefix from some related error messages.