Skip to content
Snippets Groups Projects
Commit 070180dd authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am bb96bffc: sepolicy: allow charger to read /sys/fs/pstore/console-ramoops

* commit 'bb96bffc':
  sepolicy: allow charger to read /sys/fs/pstore/console-ramoops
parents f6f6fc55 bb96bffc
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ allow healthd sysfs:file write;
### healthd: charger mode
###
# Read /sys/fs/pstore/console-ramoops
# Don't worry about overly broad permissions for now, as there's
# only one file in /sys/fs/pstore
allow healthd pstorefs:dir r_dir_perms;
allow healthd pstorefs:file r_file_perms;
allow healthd graphics_device:dir r_dir_perms;
allow healthd graphics_device:chr_file rw_file_perms;
allow healthd input_device: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