You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also shim-x64-15.8-2.el9.x86_64.rpm and grub2-efi-x64-2.06-92.el9.x86_64 should be rebuild and strip executable bit from all files inside /boot/efi/ directory.
to remove all text and binary files inside /boot/efi/ from the rpm -Va command output.
P.S.
what is the proper way to fix this bug in the Anaconda installer and shim-x64-15.8-2.el9.x86_64.rpm and grub2-efi-x64-2.06-92.el9.x86_64 packages?
I need to write separate bug reports in the some other bug tracker?
about CentOS Stream, RHEL 10, RHEL 9, RHEL 8, ...
to fix this Anaconda bug and /boot/efi/ file permissions inside rpm packages bug also in all these distros?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
BUG:
all text files ab UEFI blobs are displayed as executable scripts / binaries inside /boot/efi/ directory.
expected:
only directories should have permissions 0700, and all BLOBs and text files must have 0600 permissions.
how to fix:
fragment of file
anaconda/pyanaconda/modules/storage/partitioning/custom/custom_partitioning.py
proposed patch:
also shim-x64-15.8-2.el9.x86_64.rpm and grub2-efi-x64-2.06-92.el9.x86_64 should be rebuild and strip executable bit from all files inside /boot/efi/ directory.
to remove all text and binary files inside
/boot/efi/
from therpm -Va
command output.P.S.
what is the proper way to fix this bug in the Anaconda installer and shim-x64-15.8-2.el9.x86_64.rpm and grub2-efi-x64-2.06-92.el9.x86_64 packages?
I need to write separate bug reports in the some other bug tracker?
about CentOS Stream, RHEL 10, RHEL 9, RHEL 8, ...
to fix this Anaconda bug and /boot/efi/ file permissions inside rpm packages bug also in all these distros?
Beta Was this translation helpful? Give feedback.
All reactions