Skip to content
Snippets Groups Projects
Commit 26d589a3 authored by Yi Jin's avatar Yi Jin Committed by Gerrit Code Review
Browse files

Merge "Allow incidentd to read kernel version"

parents bbb439e7 880de35b
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ allow incidentd incident_helper:process sigkill; ...@@ -19,6 +19,9 @@ allow incidentd incident_helper:process sigkill;
allow incidentd system_file:file execute_no_trans; allow incidentd system_file:file execute_no_trans;
allow incidentd toolbox_exec:file rx_file_perms; 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 # section id 2001, allow reading /proc/pagetypeinfo
allow incidentd proc_pagetypeinfo:file r_file_perms; allow incidentd proc_pagetypeinfo:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment