am a8281adf: dumpstate: allow pstore access

* commit 'a8281adf994623c6e1404d3102915a93eb0b70aa':
  dumpstate: allow pstore access
This commit is contained in:
Nick Kralevich 2014-06-10 01:14:56 +00:00 committed by Android Git Automerger
commit 71eecd330a

View file

@ -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;