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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
f15f087c
Commit
f15f087c
authored
6 years ago
by
Jiyong Park
Committed by
android-build-merger
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow apexd to label apk_tmp_file to apex_data_file" am:
cc18ba70
am:
d23d3392
am:
0abebec4
Change-Id: I8ff1727e4c85ae956491338606b3a563cb3a927a
parents
c30f69e8
0abebec4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/apexd.te
+5
-0
5 additions, 0 deletions
private/apexd.te
with
5 additions
and
0 deletions
private/apexd.te
+
5
−
0
View file @
f15f087c
...
...
@@ -40,6 +40,11 @@ allow apexd apex_mnt_dir:dir mounton;
# allow apexd to create symlinks in /apex
allow apexd apex_mnt_dir:lnk_file create_file_perms;
# allow apexd to relabel apk_tmp_file to apex_data_file.
# TODO(b/112669193) remove this when APEXes are staged via file descriptor
allow apexd apk_tmp_file:file relabelfrom;
allow apexd apex_data_file:file relabelto;
# Unmount and mount filesystems
allow apexd labeledfs:filesystem { mount unmount };
...
...
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