Last active
April 21, 2025 13:19
-
-
Save ValdikSS/86352b03ec3ed3c8713b78c7e20dc222 to your computer and use it in GitHub Desktop.
Disable Reset Attack Mitigation (Fedora 27)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Disable Reset Attack Mitigation | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/chattr -i /sys/firmware/efi/efivars/MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829 | |
ExecStop=/bin/bash -c 'echo -ne "\x07\x00\x00\x00\x00" > /sys/firmware/efi/efivars/MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829' | |
RemainAfterExit=yes | |
[Install] | |
WantedBy=multi-user.target |
@out0xb2 https://bugzilla.redhat.com/show_bug.cgi?id=1532058
Working around a firmware issue, fair enough.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why don't you like MOR ?
What is your threat model?