Skip to content
Snippets Groups Projects
Commit 4c0933a1 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Allow system settings to read /proc/version am: c975bd90

am: 58983a3e

Change-Id: I89cdfa3148ff7ec2dd51d3103f9840b5eacd7f81
parents 6b1597df 58983a3e
Branches
Tags
No related merge requests found
......@@ -92,7 +92,10 @@ allow system_app keystore:keystore_key {
r_dir_file(system_app, sysfs_type)
# settings app reads /proc/version and /proc/pagetypeinfo
allow system_app proc:file r_file_perms;
allow system_app {
proc
proc_version
}:file r_file_perms;
control_logd(system_app)
read_runtime_log_tags(system_app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment