am a8281adf
: dumpstate: allow pstore access
* commit 'a8281adf994623c6e1404d3102915a93eb0b70aa': dumpstate: allow pstore access
This commit is contained in:
commit
71eecd330a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue