2017-10-13 23:54:32 +02:00
|
|
|
domain_auto_trans(vold, vold_prepare_subdirs_exec, vold_prepare_subdirs)
|
2017-10-19 23:41:37 +02:00
|
|
|
|
2017-10-25 22:03:24 +02:00
|
|
|
allow vold_prepare_subdirs system_file:file execute_no_trans;
|
|
|
|
allow vold_prepare_subdirs shell_exec:file rx_file_perms;
|
|
|
|
allow vold_prepare_subdirs toolbox_exec:file rx_file_perms;
|
|
|
|
allow vold_prepare_subdirs devpts:chr_file rw_file_perms;
|
|
|
|
allow vold_prepare_subdirs vold:fd use;
|
|
|
|
allow vold_prepare_subdirs vold:fifo_file { read write };
|
|
|
|
allow vold_prepare_subdirs file_contexts_file:file r_file_perms;
|
2018-04-11 21:13:25 +02:00
|
|
|
allow vold_prepare_subdirs self:global_capability_class_set { chown dac_override fowner };
|
2017-10-25 22:03:24 +02:00
|
|
|
allow vold_prepare_subdirs self:process setfscreate;
|
2018-02-08 01:29:06 +01:00
|
|
|
allow vold_prepare_subdirs {
|
|
|
|
system_data_file
|
|
|
|
vendor_data_file
|
2018-04-16 23:50:38 +02:00
|
|
|
}:dir { open read write add_name remove_name rmdir relabelfrom };
|
2018-04-26 22:41:13 +02:00
|
|
|
allow vold_prepare_subdirs {
|
|
|
|
storaged_data_file
|
|
|
|
vold_data_file
|
|
|
|
}:dir { create_dir_perms relabelto };
|
|
|
|
allow vold_prepare_subdirs {
|
|
|
|
storaged_data_file
|
|
|
|
system_data_file
|
|
|
|
vold_data_file
|
|
|
|
}:file { getattr unlink };
|