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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
4f3b263c
Commit
4f3b263c
authored
8 years ago
by
dcashman
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
resolve merge conflicts of
9cc3a580
to stage-aosp-master am:
8ba28103
am:
47566d65
Change-Id: Ic3dc41cdec449d9ef67c41d08cbbf83d293654b5
parents
cbd7b182
47566d65
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
app.te
+6
-0
6 additions, 0 deletions
app.te
with
6 additions
and
0 deletions
app.te
+
6
−
0
View file @
4f3b263c
...
@@ -451,3 +451,9 @@ neverallow {
...
@@ -451,3 +451,9 @@ neverallow {
# Foreign dex profiles are just markers. Prevent apps to do anything but touch them.
# Foreign dex profiles are just markers. Prevent apps to do anything but touch them.
neverallow appdomain user_profile_foreign_dex_data_file:file rw_file_perms;
neverallow appdomain user_profile_foreign_dex_data_file:file rw_file_perms;
neverallow appdomain user_profile_foreign_dex_data_file:dir { open getattr read ioctl remove_name };
neverallow appdomain user_profile_foreign_dex_data_file:dir { open getattr read ioctl remove_name };
# Applications should use the activity model for receiving events
neverallow {
appdomain
-shell # bugreport
} input_device:chr_file ~getattr;
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