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:
parent
7e036b7ae1
commit
657e264742
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue