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
81b67eea
Commit
81b67eea
authored
8 years ago
by
Alex Klyubin
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Fix warnings am:
edc53291
am:
d2999e95
Change-Id: Icfe85e6057831fb3677fadcf1f8347bdb72de739
parents
90abbc28
d2999e95
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
public/domain.te
+3
-3
3 additions, 3 deletions
public/domain.te
with
3 additions
and
3 deletions
public/domain.te
+
3
−
3
View file @
81b67eea
...
...
@@ -451,11 +451,11 @@ full_treble_only(`
##
# On full TREBLE devices core android components and vendor components may
# not directly access each other
's
data types. All communication must occur
# not directly access each other data types. All communication must occur
# over HW binder. Open file descriptors may be passed and read/write/stat
# operations my be performed on those FDs. Disallow all other operations.
#
# do not allow vendor component access to coredomains
'
data types
# do not allow vendor component access to coredomains data types
neverallow {
domain
-coredomain
...
...
@@ -464,7 +464,7 @@ full_treble_only(`
} core_data_file_type:{
file_class_set
} ~{ append getattr ioctl read write };
# do not allow vendor component access to coredomains
'
data directories.
# do not allow vendor component access to coredomains data directories.
# /data has the system_data_file type. Allow all domains to have dir
# search permissions which allows path traversal.
neverallow {
...
...
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