Skip to content
Snippets Groups Projects
Commit 20fb7866 authored by dcashman's avatar dcashman
Browse files

Allow shell to read sysfs dirs.

Bug: 26219114
Change-Id: I300899d610258704eb2d45488700eadb7a686606
parent 0fb0ab41
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ allow shell self:process ptrace;
# allow shell to get battery info
allow shell sysfs_batteryinfo:file r_file_perms;
allow shell sysfs:dir r_dir_perms;
# Allow access to ion memory allocation device.
allow shell ion_device:chr_file rw_file_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