Fix avc denials for permissioncontroller_app

avc: denied { search } for name="vendor_sched" dev="sysfs" ino=46151 scontext=u:r:permissioncontroller_app:s0:c240,c256,c512,c768
tcontext=u:object_r:sysfs_vendor_sched:s0 tclass=dir permissive=1 app=com.google.android.permissioncontroller

Test: boot to home
Bug: 208909174
Signed-off-by: chungkai <chungkai@google.com>
Change-Id: I4fb27d02318459546eded3cf15da380d26477ef2
This commit is contained in:
chungkai 2021-12-08 10:40:02 +00:00 committed by Chung-Kai (Michael) Mei
parent deb9d361cd
commit 0d52e28b50
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,2 @@
allow permissioncontroller_app sysfs_vendor_sched:dir r_dir_perms;
allow permissioncontroller_app sysfs_vendor_sched:file w_file_perms;