Skip to content
Snippets Groups Projects
Commit 0f494af8 authored by Daniel Cashman's avatar Daniel Cashman Committed by android-build-merger
Browse files

Merge "Allow shell to read sysfs dirs." am: 2fb38fc8

am: 01345e33

* commit '01345e33':
  Allow shell to read sysfs dirs.
parents 14c44866 01345e33
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.
Please register or to comment