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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
ac457004
Commit
ac457004
authored
Sep 6, 2018
by
Treehugger Robot
Committed by
Gerrit Code Review
Sep 6, 2018
Browse files
Options
Downloads
Plain Diff
Merge "dumpstate: remove JIT and /data execute"
parents
36c7f741
eef72d34
Branches
objtool
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/dumpstate.te
+0
-3
0 additions, 3 deletions
private/dumpstate.te
public/domain.te
+0
-1
0 additions, 1 deletion
public/domain.te
public/dumpstate.te
+0
-7
0 additions, 7 deletions
public/dumpstate.te
with
0 additions
and
11 deletions
private/dumpstate.te
+
0
−
3
View file @
ac457004
...
@@ -8,9 +8,6 @@ domain_auto_trans(dumpstate, vdc_exec, vdc)
...
@@ -8,9 +8,6 @@ domain_auto_trans(dumpstate, vdc_exec, vdc)
# Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
# Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
allow dumpstate system_file:file lock;
allow dumpstate system_file:file lock;
# TODO: deal with tmpfs_domain pub/priv split properly
allow dumpstate dumpstate_tmpfs:file execute;
# systrace support - allow atrace to run
# systrace support - allow atrace to run
allow dumpstate debugfs_tracing:dir r_dir_perms;
allow dumpstate debugfs_tracing:dir r_dir_perms;
allow dumpstate debugfs_tracing:file rw_file_perms;
allow dumpstate debugfs_tracing:file rw_file_perms;
...
...
This diff is collapsed.
Click to expand it.
public/domain.te
+
0
−
1
View file @
ac457004
...
@@ -428,7 +428,6 @@ neverallow {
...
@@ -428,7 +428,6 @@ neverallow {
domain
domain
-appdomain
-appdomain
with_asan(`-asan_extract')
with_asan(`-asan_extract')
-dumpstate
-shell
-shell
userdebug_or_eng(`-su')
userdebug_or_eng(`-su')
-webview_zygote
-webview_zygote
...
...
This diff is collapsed.
Click to expand it.
public/dumpstate.te
+
0
−
7
View file @
ac457004
...
@@ -137,13 +137,6 @@ allow dumpstate shell_exec:file rx_file_perms;
...
@@ -137,13 +137,6 @@ allow dumpstate shell_exec:file rx_file_perms;
# For running am and similar framework commands.
# For running am and similar framework commands.
# Run /system/bin/app_process.
# Run /system/bin/app_process.
allow dumpstate zygote_exec:file rx_file_perms;
allow dumpstate zygote_exec:file rx_file_perms;
# Dalvik Compiler JIT.
allow dumpstate ashmem_device:chr_file execute;
allow dumpstate self:process execmem;
# For art.
allow dumpstate dalvikcache_data_file:dir { search getattr };
allow dumpstate dalvikcache_data_file:file { r_file_perms execute };
allow dumpstate dalvikcache_data_file:lnk_file r_file_perms;
# For Bluetooth
# For Bluetooth
allow dumpstate bluetooth_data_file:dir search;
allow dumpstate bluetooth_data_file:dir search;
...
...
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