sched: move sysfs to procfs

Modify name from sysfs_vendor_sched to proc_vendor_sched

Test: without avc denial
Bug: 216207007
Signed-off-by: chungkai <chungkai@google.com>
Change-Id: I96dc6eb76dd533ff6fd54c27be7e4bc32bf5dbc7
This commit is contained in:
chungkai 2022-03-23 08:18:08 +00:00 committed by Chung-Kai (Michael) Mei
parent e0b06b9cbd
commit 4fa67857c3
10 changed files with 18 additions and 18 deletions

View file

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