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
09f01c5f
Commit
09f01c5f
authored
9 years ago
by
dcashman
Committed by
android-build-merger
9 years ago
Browse files
Options
Downloads
Plain Diff
Allow access to /dev/ion and proc_net dir.
am:
8666bf25
* commit '
8666bf25
': Allow access to /dev/ion and proc_net dir.
parents
f6da64bf
8666bf25
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.te
+2
-0
2 additions, 0 deletions
app.te
domain.te
+1
-0
1 addition, 0 deletions
domain.te
with
3 additions
and
0 deletions
app.te
+
2
−
0
View file @
09f01c5f
...
...
@@ -204,6 +204,8 @@ use_keystore({ appdomain -isolated_app })
allow appdomain console_device:chr_file { read write };
allow { appdomain -isolated_app } ion_device:chr_file rw_file_perms;
###
### CTS-specific rules
###
...
...
This diff is collapsed.
Click to expand it.
domain.te
+
1
−
0
View file @
09f01c5f
...
...
@@ -23,6 +23,7 @@ allow domain self:process {
};
allow domain self:fd use;
allow domain proc:dir search;
allow domain proc_net:dir search;
allow domain self:dir r_dir_perms;
allow domain self:lnk_file r_file_perms;
allow domain self:{ fifo_file file } rw_file_perms;
...
...
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