Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 036c9b25 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala Committed by Gerrit - the friendly Code Review server
Browse files

Revert "firmware_class: Add an additional path to fw_path list"



This reverts commit 3e47c536248f ("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: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 07169fd3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -294,8 +294,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"
};

/*