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

Commit 2448682d authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala
Browse files

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



This reverts commit 3e47c536 ("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 544dff7e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
};

/*