sm6150-common: sepolicy: Allow SF to read firmware

Change-Id: Ied30071128943db56056e3c3ee9f6e2d5fe55f00
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Andreas Schneider
2021-08-17 20:09:37 +02:00
committed by therealmharc
parent be212a0677
commit 459a1fbd6f

View File

@@ -1,2 +1,5 @@
# Allow surfaceflinger to search firmware directory and file
allow surfaceflinger vendor_firmware_file:dir r_dir_perms;
dontaudit surfaceflinger vendor_firmware_file:file r_file_perms;
dontaudit surfaceflinger vendor_firmware_file:dir search;
dontaudit surfaceflinger vendor_firmware_file:file read;