Skip to content
Snippets Groups Projects
Commit f0378360 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let vold_prepare_subdirs completely clean deleted user data." into pi-dev

parents 53b0486d 2bae5b96
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ allow vold_prepare_subdirs self:process setfscreate; ...@@ -12,8 +12,8 @@ allow vold_prepare_subdirs self:process setfscreate;
allow vold_prepare_subdirs { allow vold_prepare_subdirs {
system_data_file system_data_file
vendor_data_file vendor_data_file
}:dir { open read write add_name remove_name relabelfrom }; }:dir { open read write add_name remove_name rmdir relabelfrom };
allow vold_prepare_subdirs system_data_file:file getattr; allow vold_prepare_subdirs system_data_file:file { getattr unlink };
allow vold_prepare_subdirs vold_data_file:dir { create open read write search getattr setattr remove_name rmdir relabelto }; allow vold_prepare_subdirs vold_data_file:dir { create open read write search getattr setattr remove_name rmdir relabelto };
allow vold_prepare_subdirs vold_data_file:file { getattr unlink }; allow vold_prepare_subdirs vold_data_file:file { getattr unlink };
allow vold_prepare_subdirs storaged_data_file:dir { create_dir_perms relabelto }; allow vold_prepare_subdirs storaged_data_file:dir { create_dir_perms relabelto };
......
...@@ -1122,6 +1122,7 @@ neverallow { ...@@ -1122,6 +1122,7 @@ neverallow {
-system_app -system_app
-init -init
-installd # for relabelfrom and unlink, check for this in explicit neverallow -installd # for relabelfrom and unlink, check for this in explicit neverallow
-vold_prepare_subdirs # For unlink
with_asan(`-asan_extract') with_asan(`-asan_extract')
} system_data_file:file no_w_file_perms; } system_data_file:file no_w_file_perms;
# do not grant anything greater than r_file_perms and relabelfrom unlink # do not grant anything greater than r_file_perms and relabelfrom unlink
......
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