Skip to content
Snippets Groups Projects
Commit 1e9bb8be authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Drop appdomain unlabeled file execute."

parents 9c9e8569 681a687a
No related branches found
No related tags found
No related merge requests found
...@@ -132,11 +132,6 @@ allow appdomain dalvikcache_data_file:file execute; ...@@ -132,11 +132,6 @@ allow appdomain dalvikcache_data_file:file execute;
# /data/dalvik-cache/profiles # /data/dalvik-cache/profiles
allow appdomain dalvikcache_profiles_data_file:file write; allow appdomain dalvikcache_profiles_data_file:file write;
# For legacy unlabeled userdata on existing devices.
# See discussion of Unlabeled files in domain.te for more information.
allow appdomain unlabeled:file x_file_perms;
auditallow appdomain unlabeled:file x_file_perms;
### ###
### CTS-specific rules ### CTS-specific rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment