Skip to content
Snippets Groups Projects
Commit 71eecd33 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am a8281adf: dumpstate: allow pstore access

* commit 'a8281adf':
  dumpstate: allow pstore access
parents 75927265 a8281adf
Branches
Tags
No related merge requests found
......@@ -35,6 +35,10 @@ allow dumpstate system_data_file:file r_file_perms;
allow dumpstate self:capability2 syslog;
allow dumpstate kernel:system syslog_read;
# Read /sys/fs/pstore/console-ramoops
allow dumpstate pstorefs:dir r_dir_perms;
allow dumpstate pstorefs:file r_file_perms;
# Get process attributes
allow dumpstate domain:process getattr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment