sdm660-common: sepolicy: allow platform_app to read config.gz

type=1400 audit(0.0:2767): avc: denied { read } for name="config.gz" dev="proc" ino=4026532183 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:config_gz:s0 tclass=file permissive=0 app=com.android.launcher3
This commit is contained in:
pix106 2023-01-02 12:59:14 +01:00
parent 7e036b7ae1
commit 657e264742

View file

@ -1,2 +1,4 @@
get_prop(platform_app, exported_camera_prop)
r_dir_file(platform_app, sysfs_zram)
allow platform_app config_gz:file r_file_perms;