Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
26d589a3
Commit
26d589a3
authored
Jun 27, 2018
by
Yi Jin
Committed by
Gerrit Code Review
Jun 27, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Allow incidentd to read kernel version"
parents
bbb439e7
880de35b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/incidentd.te
+3
-0
3 additions, 0 deletions
private/incidentd.te
with
3 additions
and
0 deletions
private/incidentd.te
+
3
−
0
View file @
26d589a3
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment