Skip to content
Snippets Groups Projects
Commit 1f21ff58 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am fd783d1b: Merge "Audit accesses on unlabeled files."

* commit 'fd783d1b':
  Audit accesses on unlabeled files.
parents 23e2f7b7 fd783d1b
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,7 @@ allow appdomain dalvikcache_profiles_data_file:file write; ...@@ -126,6 +126,7 @@ allow appdomain dalvikcache_profiles_data_file:file write;
# For legacy unlabeled userdata on existing devices. # For legacy unlabeled userdata on existing devices.
# See discussion of Unlabeled files in domain.te for more information. # See discussion of Unlabeled files in domain.te for more information.
allow appdomain unlabeled:file x_file_perms; allow appdomain unlabeled:file x_file_perms;
auditallow appdomain unlabeled:file x_file_perms;
### ###
### CTS-specific rules ### CTS-specific rules
......
...@@ -158,6 +158,9 @@ allow domain { asec_public_file asec_apk_file }:dir r_dir_perms; ...@@ -158,6 +158,9 @@ allow domain { asec_public_file asec_apk_file }:dir r_dir_perms;
# #
allow domain unlabeled:notdevfile_class_set { create_file_perms relabelfrom }; allow domain unlabeled:notdevfile_class_set { create_file_perms relabelfrom };
allow domain unlabeled:dir { create_dir_perms relabelfrom }; allow domain unlabeled:dir { create_dir_perms relabelfrom };
auditallow { domain -init } unlabeled:notdevfile_class_set { create_file_perms relabelfrom };
auditallow { domain -init -kernel } unlabeled:dir { create_dir_perms relabelfrom };
auditallow kernel unlabeled:dir ~search;
neverallow { domain -relabeltodomain } *:dir_file_class_set relabelto; neverallow { domain -relabeltodomain } *:dir_file_class_set relabelto;
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment