Merge "Allow incidentd to read kernel version"

This commit is contained in:
Yi Jin 2018-06-27 17:15:48 +00:00 committed by Gerrit Code Review
commit 26d589a378

View file

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