Revert "firmware_class: Add an additional path to fw_path list"
This reverts commit 3e47c53624
("firmware_class: Add an
additional path to fw_path list").
Adding /firmware/images entry in fw_path is introducing selinux
denials as the access was happening under the client process
context. Removing the entry from fw_path structure.
Change-Id: I359f8defe49595a7e53558992080cb94eba42451
Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
parent
544dff7ea4
commit
2448682db2
1 changed files with 1 additions and 2 deletions
|
@ -307,8 +307,7 @@ static const char * const fw_path[] = {
|
|||
"/lib/firmware/updates/" UTS_RELEASE,
|
||||
"/lib/firmware/updates",
|
||||
"/lib/firmware/" UTS_RELEASE,
|
||||
"/lib/firmware",
|
||||
"/firmware/image"
|
||||
"/lib/firmware"
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue