Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
1ce0fe38
Commit
1ce0fe38
authored
12 years ago
by
Haiqing Jiang
Committed by
Stephen Smalley
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
appdomain r/w apk_tmp_file and shell_data_file on android_cts enabled
parent
dd31ddfd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cts.te
+4
-0
4 additions, 0 deletions
cts.te
with
4 additions
and
0 deletions
cts.te
+
4
−
0
View file @
1ce0fe38
...
@@ -27,6 +27,10 @@ allow appdomain fs_type:dir_file_class_set getattr;
...
@@ -27,6 +27,10 @@ allow appdomain fs_type:dir_file_class_set getattr;
allow appdomain shell_exec:file rx_file_perms;
allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms;
allow appdomain system_file:file rx_file_perms;
# Accesses to apk_tmp_file and shell_data_file
allow appdomain apk_tmp_file:file rw_file_perms;
allow appdomain shell_data_file:file r_file_perms;
# Read routing information.
# Read routing information.
allow netdomain self:netlink_route_socket { create read write nlmsg_read };
allow netdomain self:netlink_route_socket { create read write nlmsg_read };
...
...
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