X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Ffilesystems%2Fefivarfs.txt;h=686a64bba775e0af9990cf305ab81f1ac4c8c278;hb=8f68cd86d54de46f5f83654435579d2e9ca40bbc;hp=c477af086e6569398d85b3f938e9f067b1976f7e;hpb=e3900e74f26fc924c8e9e2a922bd40369b0bb517;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/filesystems/efivarfs.txt b/Documentation/filesystems/efivarfs.txt index c477af086e65..686a64bba775 100644 --- a/Documentation/filesystems/efivarfs.txt +++ b/Documentation/filesystems/efivarfs.txt @@ -14,3 +14,10 @@ filesystem. efivarfs is typically mounted like this, mount -t efivarfs none /sys/firmware/efi/efivars + +Due to the presence of numerous firmware bugs where removing non-standard +UEFI variables causes the system firmware to fail to POST, efivarfs +files that are not well-known standardized variables are created +as immutable files. This doesn't prevent removal - "chattr -i" will work - +but it does prevent this kind of failure from being accomplished +accidentally.