Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
66109bdb
Commit
66109bdb
authored
7 years ago
by
Salvador Martinez
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Give system_server access to last reboot reason" into oc-dev
parents
c28be992
f306d373
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/system_server.te
+4
-0
4 additions, 0 deletions
private/system_server.te
with
4 additions
and
0 deletions
private/system_server.te
+
4
−
0
View file @
66109bdb
...
...
@@ -30,6 +30,10 @@ allow system_server resourcecache_data_file:dir r_dir_perms;
# ptrace to processes in the same domain for debugging crashes.
allow system_server self:process ptrace;
# Read and delete last_reboot_reason file
allow system_server reboot_data_file:file { rename r_file_perms unlink };
allow system_server reboot_data_file:dir { write search open remove_name };
# Child of the zygote.
allow system_server zygote:fd use;
allow system_server zygote:process sigchld;
...
...
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