mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 07:38:17 +00:00
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:
committed by
therealmharc
parent
be212a0677
commit
459a1fbd6f
3
sepolicy/vendor/surfaceflinger.te
vendored
3
sepolicy/vendor/surfaceflinger.te
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user