Skip to content
Snippets Groups Projects
Commit d7ae84ae authored by Tri Vo's avatar Tri Vo
Browse files

Remove bootanim access to sysfs and cgroup label.

Bug: 65643247
Test: device boots without denials from bootanim to sysfs and cgroup.
Change-Id: Icf8c45906cb83e1b0a60737d67ae584b9d1b34aa
parent 9ee232a8
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,6 @@ allow bootanim hal_graphics_composer:fd use; ...@@ -32,8 +32,6 @@ allow bootanim hal_graphics_composer:fd use;
# Read access to pseudo filesystems. # Read access to pseudo filesystems.
allow bootanim proc_meminfo:file r_file_perms; allow bootanim proc_meminfo:file r_file_perms;
r_dir_file(bootanim, sysfs)
r_dir_file(bootanim, cgroup)
# System file accesses. # System file accesses.
allow bootanim system_file:dir r_dir_perms; allow bootanim system_file:dir r_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment