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

am 204a6e20: am 3f3d6ffb: Allow system_server pstore access.

* commit '204a6e20':
  Allow system_server pstore access.
parents 9fb3f0b1 204a6e20
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,12 @@ read_logd(system_server)
# /sys/module/lowmemorykiller/parameters/minfree
allow system_server sysfs_lowmemorykiller:file { getattr w_file_perms };
# 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 system_server pstorefs:dir r_dir_perms;
allow system_server pstorefs:file r_file_perms;
###
### Neverallow rules
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment