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

Commit 2085a74e authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

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



This reverts commit 2f524065 ("firmware_class: Add an additional
path to fw_path list").Selinux Violation observed,while enabling this
patch,because diag process  tries to access firmware in /firmware/images in
fw_path but don't have appropriate permisson to access this node.

CRs-Fixed: 987208
Change-Id: I9ee0001b5b1155936cd2dfa2ce3cd9d82de3b941
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent ee833ce5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -302,8 +302,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"
};

/*