Reland "Add persist.dumpstate.verbose_logging.enabled to system/..." am: 46dd4be366

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1402517

Change-Id: I9fe4eae6ac856d54686bed1f619ef68d03ccadde
This commit is contained in:
Inseob Kim 2020-08-18 04:52:04 +00:00 committed by Automerger Merge Worker
commit b64494b67f
5 changed files with 12 additions and 0 deletions

View file

@ -9,6 +9,7 @@
apex_info_file
debugfs_kprobes
gnss_device
hal_dumpstate_config_prop
keystore2_key_contexts_file
mediatranscoding_tmpfs
people_service

View file

@ -446,3 +446,10 @@ neverallow {
-dumpstate
-appdomain
} camera_calibration_prop:file no_rw_file_perms;
neverallow {
-init
-dumpstate
-hal_dumpstate
not_compatible_property(`-vendor_init')
} hal_dumpstate_config_prop:file no_rw_file_perms;

View file

@ -517,6 +517,7 @@ drm.service.enabled u:object_r:drm_service_config_prop:s0 exact bool
dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool
dumpstate.unroot u:object_r:exported_dumpstate_prop:s0 exact bool
persist.dumpstate.verbose_logging.enabled u:object_r:hal_dumpstate_config_prop:s0 exact bool
hal.instrumentation.enable u:object_r:hal_instrumentation_prop:s0 exact bool

View file

@ -2,6 +2,8 @@
binder_call(hal_dumpstate_client, hal_dumpstate_server)
binder_call(hal_dumpstate_server, hal_dumpstate_client)
set_prop(hal_dumpstate, hal_dumpstate_config_prop)
hal_attribute_hwservice(hal_dumpstate, hal_dumpstate_hwservice)
# write bug reports in /data/data/com.android.shell/files/bugreports/bugreport

View file

@ -169,6 +169,7 @@ system_public_prop(exported_bluetooth_prop)
system_public_prop(exported_overlay_prop)
system_public_prop(exported_pm_prop)
system_public_prop(ffs_control_prop)
system_public_prop(hal_dumpstate_config_prop)
system_public_prop(sota_prop)
system_public_prop(hwservicemanager_prop)
system_public_prop(lmkd_prop)