Merge "Revert "Add qemu.hw.mainkeys to system property_contexts"" am: 523a649401

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibc3afb978c5f79942d6a10b5790172bceb920288
This commit is contained in:
Ram Muthiah 2021-02-16 19:35:42 +00:00 committed by Automerger Merge Worker
commit fa10ab3955
6 changed files with 0 additions and 12 deletions

View file

@ -79,7 +79,6 @@
profcollectd_data_file
profcollectd_exec
profcollectd_service
qemu_hw_prop
radio_core_data_file
reboot_readiness_service
remote_prov_app

View file

@ -90,9 +90,6 @@ set_prop(platform_app, test_boot_reason_prop)
# allow platform apps to read keyguard.no_require_sim
get_prop(platform_app, keyguard_config_prop)
# allow platform apps to read qemu.hw.mainkeys
get_prop(platform_app, qemu_hw_prop)
# allow platform apps to create symbolic link
allow platform_app app_data_file:lnk_file create_file_perms;

View file

@ -186,9 +186,6 @@ ro.config. u:object_r:config_prop:s0
dalvik. u:object_r:dalvik_prop:s0
ro.dalvik. u:object_r:dalvik_prop:s0
# qemu_hw_prop is read/written by both system and vendor.
qemu.hw.mainkeys u:object_r:qemu_hw_prop:s0
# Shared between system server and wificond
wifi. u:object_r:wifi_prop:s0
wlan. u:object_r:wifi_prop:s0

View file

@ -1327,6 +1327,3 @@ neverallowxperm { domain -system_server } binder_device:chr_file ioctl { BINDER_
# Only system server can write the font files.
neverallow { domain -init -system_server } font_data_file:file no_w_file_perms;
neverallow { domain -init -system_server } font_data_file:dir no_w_dir_perms;
# Read qemu.hw.mainkeys property
get_prop(system_server, qemu_hw_prop)

View file

@ -191,7 +191,6 @@ system_public_prop(lowpan_prop)
system_public_prop(nfc_prop)
system_public_prop(ota_prop)
system_public_prop(powerctl_prop)
system_public_prop(qemu_hw_prop)
system_public_prop(radio_control_prop)
system_public_prop(radio_prop)
system_public_prop(serialno_prop)

View file

@ -235,7 +235,6 @@ set_prop(vendor_init, lmkd_prop)
set_prop(vendor_init, logd_prop)
set_prop(vendor_init, log_tag_prop)
set_prop(vendor_init, log_prop)
set_prop(vendor_init, qemu_hw_prop)
set_prop(vendor_init, radio_control_prop)
set_prop(vendor_init, rebootescrow_hal_prop)
set_prop(vendor_init, serialno_prop)