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
44f7dbea
Commit
44f7dbea
authored
10 years ago
by
Nick Kralevich
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
53c84ed4
: isolated_app: allow app_data_file lock
* commit '
53c84ed4
': isolated_app: allow app_data_file lock
parents
eb889050
53c84ed4
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
isolated_app.te
+1
-1
1 addition, 1 deletion
isolated_app.te
with
1 addition
and
1 deletion
isolated_app.te
+
1
−
1
View file @
44f7dbea
...
@@ -13,7 +13,7 @@ type isolated_app, domain;
...
@@ -13,7 +13,7 @@ type isolated_app, domain;
app_domain(isolated_app)
app_domain(isolated_app)
# Access already open app data files received over Binder or local socket IPC.
# Access already open app data files received over Binder or local socket IPC.
allow isolated_app app_data_file:file { read write getattr };
allow isolated_app app_data_file:file { read write getattr
lock
};
allow isolated_app activity_service:service_manager find;
allow isolated_app activity_service:service_manager find;
allow isolated_app display_service:service_manager find;
allow isolated_app display_service:service_manager find;
...
...
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