commit | 13752fe2d7f2d41c2fd92a5d1b1c6e38c4de0c05 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Feb 25 10:28:04 2014 -0800 |
committer | Kees Cook <keescook@chromium.org> | Fri Jul 25 11:47:45 2014 -0700 |
tree | ee922f8fbd1dd96c0aee0fd6274d94271f55217c | |
parent | 7d8b6c63751cfbbe5eef81a48c22978b3407a3ad [diff] |
security: introduce kernel_fw_from_file hook In order to validate the contents of firmware being loaded, there must be a hook to evaluate any loaded firmware that wasn't built into the kernel itself. Without this, there is a risk that a root user could load malicious firmware designed to mount an attack against kernel memory (e.g. via DMA). Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Takashi Iwai <tiwai@suse.de>