Skip to content
Snippets Groups Projects
Commit 2f29d48e authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

Merge "Allow incidentd to read kernel version"

am: 26d589a3

Change-Id: Icf8add102adce4f34f9800fdab872ad968989d49
parents fa61f450 26d589a3
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ allow incidentd incident_helper:process sigkill;
allow incidentd system_file:file execute_no_trans;
allow incidentd toolbox_exec:file rx_file_perms;
# section id 1002, allow reading kernel version /proc/version
allow incidentd proc_version:file r_file_perms;
# section id 2001, allow reading /proc/pagetypeinfo
allow incidentd proc_pagetypeinfo:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment