diff --git a/private/bug_map b/private/bug_map index d493c55f656069417a777b56252a8f59d3c91181..8b31001206eaf0fc001eb48a7933e76f531a8928 100644 --- a/private/bug_map +++ b/private/bug_map @@ -4,3 +4,4 @@ system_server vendor_framework_file dir 68826235 crash_dump app_data_file dir 68319037 crash_dump bluetooth_data_file dir 68319037 crash_dump vendor_overlay_file dir 68319037 +statsd statsd capability 71537285 diff --git a/private/vold_prepare_subdirs.te b/private/vold_prepare_subdirs.te index 7bdcd8474baad1246a3b345d22cf3604e4f0c536..58e510ed8bfcc08ade800b78a50f4ffebaeac714 100644 --- a/private/vold_prepare_subdirs.te +++ b/private/vold_prepare_subdirs.te @@ -7,7 +7,7 @@ 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; -allow vold_prepare_subdirs self:global_capability_class_set dac_override; +allow vold_prepare_subdirs self:global_capability_class_set { chown dac_override }; allow vold_prepare_subdirs self:process setfscreate; allow vold_prepare_subdirs system_data_file:dir { open read write add_name remove_name }; allow vold_prepare_subdirs vold_data_file:dir { create open read write search getattr setattr remove_name rmdir };