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
db9dd501
Commit
db9dd501
authored
11 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
411d940e
: am
527316a2
: Allow use of art as the Android runtime.
* commit '
411d940e
': Allow use of art as the Android runtime.
parents
454adddd
411d940e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app.te
+3
-0
3 additions, 0 deletions
app.te
platform_app.te
+1
-0
1 addition, 0 deletions
platform_app.te
system_server.te
+3
-0
3 additions, 0 deletions
system_server.te
with
7 additions
and
0 deletions
app.te
+
3
−
0
View file @
db9dd501
...
...
@@ -152,6 +152,9 @@ allow appdomain self:rawip_socket create_socket_perms;
allow appdomain usb_device:chr_file { read write getattr ioctl };
allow appdomain usbaccessory_device:chr_file { read write getattr };
# For art.
allow appdomain dalvikcache_data_file:file execute;
###
### CTS-specific rules
###
...
...
This diff is collapsed.
Click to expand it.
platform_app.te
+
1
−
0
View file @
db9dd501
...
...
@@ -36,6 +36,7 @@ allow platform_app appdomain:fifo_file write;
# App sandbox file accesses.
allow platformappdomain platform_app_data_file:dir create_dir_perms;
allow platformappdomain platform_app_data_file:notdevfile_class_set create_file_perms;
allow platformappdomain platform_app_data_file:file execute;
# App sdcard file accesses
allow platformappdomain sdcard_type:dir create_dir_perms;
allow platformappdomain sdcard_type:file create_file_perms;
...
...
This diff is collapsed.
Click to expand it.
system_server.te
+
3
−
0
View file @
db9dd501
...
...
@@ -8,6 +8,9 @@ permissive system_server;
# Dalvik Compiler JIT Mapping.
allow system_server self:process execmem;
# For art.
allow system_server dalvikcache_data_file:file execute;
# Child of the zygote.
allow system_server zygote:fd use;
allow system_server zygote:process sigchld;
...
...
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