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

Merge "Allow shell to read sysfs dirs."

am: 2fb38fc8

* commit '2fb38fc8':
  Allow shell to read sysfs dirs.
parents 2e40b747 2fb38fc8
Branches
Tags
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