Arch Linux
Patch EFI Security Hole
In /etc/fstab locate EFI partition:
UUID=XXX-XXX /boot vfat ...
Replace with:
UUID=XXX-XXX /boot vfat rw,relatime,umask=0077,utf8,errors=remount-ro 0 2
Added:
umask=0077: Makes EFI readable/writable only by ROOT
Removed:
fmask=0022: Admask=0022: Acodepage=437: Legacy DOS character set; only useful if using non-ASCII chars on ESPiocharset=ascii: Defines how to interpret non-ASCII filenames; redundantshortname=mixed: Redundant
Reload:
sudo mount -o remount /boot