Files
device_xiaomi_sm6150-common/sepolicy/vendor/surfaceflinger.te
Andreas Schneider 459a1fbd6f 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>
2025-05-09 13:48:48 +00:00

6 lines
300 B
Plaintext

# 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;