aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'private/vold_prepare_subdirs.te')
-rw-r--r--private/vold_prepare_subdirs.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/private/vold_prepare_subdirs.te b/private/vold_prepare_subdirs.te
index badbb71f..89b15280 100644
--- a/private/vold_prepare_subdirs.te
+++ b/private/vold_prepare_subdirs.te
@@ -12,8 +12,8 @@ allow vold_prepare_subdirs self:process setfscreate;
12allow vold_prepare_subdirs { 12allow vold_prepare_subdirs {
13 system_data_file 13 system_data_file
14 vendor_data_file 14 vendor_data_file
15}:dir { open read write add_name remove_name relabelfrom }; 15}:dir { open read write add_name remove_name rmdir relabelfrom };
16allow vold_prepare_subdirs system_data_file:file getattr; 16allow vold_prepare_subdirs system_data_file:file { getattr unlink };
17allow vold_prepare_subdirs vold_data_file:dir { create open read write search getattr setattr remove_name rmdir relabelto }; 17allow vold_prepare_subdirs vold_data_file:dir { create open read write search getattr setattr remove_name rmdir relabelto };
18allow vold_prepare_subdirs vold_data_file:file { getattr unlink }; 18allow vold_prepare_subdirs vold_data_file:file { getattr unlink };
19allow vold_prepare_subdirs storaged_data_file:dir { create_dir_perms relabelto }; 19allow vold_prepare_subdirs storaged_data_file:dir { create_dir_perms relabelto };