2021-07-19 09:48:34 +02:00
|
|
|
# property contexts for microdroid
|
2021-09-17 12:31:45 +02:00
|
|
|
# microdroid only uses much fewer properties than normal Android, so every property is listed as
|
|
|
|
# an exact entry. The only wildcards are "debug.*", "init.svc_debug_pid.*", "ctl.*", and
|
|
|
|
# process-dependent properties like "arm64.memtag.*" and "log.tag.*".
|
2021-07-19 09:48:34 +02:00
|
|
|
|
2021-09-17 12:31:45 +02:00
|
|
|
debug. u:object_r:debug_prop:s0 prefix
|
|
|
|
persist.debug. u:object_r:debug_prop:s0 prefix
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
init.svc_debug_pid. u:object_r:init_svc_debug_prop:s0 prefix int
|
|
|
|
|
|
|
|
ctl.sigstop_on$ u:object_r:ctl_sigstop_prop:s0
|
|
|
|
ctl.sigstop_off$ u:object_r:ctl_sigstop_prop:s0
|
|
|
|
ctl.start$ u:object_r:ctl_start_prop:s0
|
|
|
|
ctl.stop$ u:object_r:ctl_stop_prop:s0
|
|
|
|
ctl.restart$ u:object_r:ctl_restart_prop:s0
|
|
|
|
ctl.interface_start$ u:object_r:ctl_interface_start_prop:s0
|
|
|
|
ctl.interface_stop$ u:object_r:ctl_interface_stop_prop:s0
|
|
|
|
ctl.interface_restart$ u:object_r:ctl_interface_restart_prop:s0
|
|
|
|
|
|
|
|
ctl.start$adbd u:object_r:ctl_adbd_prop:s0
|
|
|
|
ctl.stop$adbd u:object_r:ctl_adbd_prop:s0
|
|
|
|
ctl.restart$adbd u:object_r:ctl_adbd_prop:s0
|
|
|
|
|
|
|
|
ctl.stop$apexd u:object_r:ctl_apexd_prop:s0
|
|
|
|
|
2021-10-18 20:02:45 +02:00
|
|
|
ctl.start$apexd-vm u:object_r:ctl_apexd_vm_prop:s0
|
|
|
|
ctl.start$apkdmverity u:object_r:ctl_apkdmverity_prop:s0
|
|
|
|
ctl.start$seriallogging u:object_r:ctl_seriallogging_prop:s0
|
|
|
|
ctl.start$zipfuse u:object_r:ctl_zipfuse_prop:s0
|
2021-09-06 08:39:31 +02:00
|
|
|
|
2021-09-17 12:31:45 +02:00
|
|
|
ctl.console u:object_r:ctl_console_prop:s0
|
|
|
|
ctl.fuse_ u:object_r:ctl_fuse_prop:s0
|
|
|
|
ctl. u:object_r:ctl_default_prop:s0
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
sys.init.perf_lsm_hooks u:object_r:init_perf_lsm_hooks_prop:s0 exact bool
|
2021-10-28 03:17:51 +02:00
|
|
|
sys.powerctl u:object_r:powerctl_prop:s0
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
service.adb.root u:object_r:shell_prop:s0 exact bool
|
|
|
|
|
|
|
|
ro.logd.kernel u:object_r:logd_prop:s0 exact bool
|
2021-11-22 06:18:03 +01:00
|
|
|
logd.ready u:object_r:logd_prop:s0 exact bool
|
2021-07-19 09:48:34 +02:00
|
|
|
|
2021-09-14 04:30:18 +02:00
|
|
|
ro.config.low_ram u:object_r:build_prop:s0 exact bool
|
|
|
|
|
2021-07-19 09:48:34 +02:00
|
|
|
ro.boottime.adbd u:object_r:boottime_prop:s0 exact int
|
2021-09-14 04:30:18 +02:00
|
|
|
ro.boottime.apexd-vm u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.apkdmverity u:object_r:boottime_prop:s0 exact int
|
2021-08-04 02:26:38 +02:00
|
|
|
ro.boottime.authfs_service u:object_r:boottime_prop:s0 exact int
|
2021-07-19 09:48:34 +02:00
|
|
|
ro.boottime.init u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.init.cold_boot_wait u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.init.first_stage u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.init.modules u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.init.selinux u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.logd u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.logd-reinit u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.microdroid_manager u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.servicemanager u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.tombstoned u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.ueventd u:object_r:boottime_prop:s0 exact int
|
|
|
|
ro.boottime.zipfuse u:object_r:boottime_prop:s0 exact int
|
|
|
|
|
|
|
|
ro.build.fingerprint u:object_r:fingerprint_prop:s0 exact string
|
|
|
|
|
2021-09-14 04:30:18 +02:00
|
|
|
apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready
|
|
|
|
ro.apex.updatable u:object_r:apexd_prop:s0 exact bool
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
ro.cold_boot_done u:object_r:cold_boot_done_prop:s0 exact bool
|
|
|
|
|
2021-09-14 04:30:18 +02:00
|
|
|
sys.usb.controller u:object_r:usb_control_prop:s0 exact string
|
|
|
|
persist.sys.usb.config u:object_r:usb_control_prop:s0 exact string
|
|
|
|
|
|
|
|
init.svc.apexd-vm u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.apkdmverity u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.authfs_service u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.logd u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.logd-reinit u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.microdroid_manager u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.servicemanager u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.ueventd u:object_r:init_service_status_private_prop:s0 exact string
|
|
|
|
init.svc.zipfuse u:object_r:init_service_status_private_prop:s0 exact string
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
init.svc.adbd u:object_r:init_service_status_prop:s0 exact string
|
|
|
|
init.svc.tombstoned u:object_r:init_service_status_prop:s0 exact string
|
|
|
|
|
2021-10-18 20:02:45 +02:00
|
|
|
ro.boot.adb.enabled u:object_r:bootloader_prop:s0 exact bool
|
2021-09-14 04:30:18 +02:00
|
|
|
ro.boot.avb_version u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.boot_devices u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.first_stage_console u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.force_normal_boot u:object_r:bootloader_prop:s0 exact string
|
2021-10-18 20:02:45 +02:00
|
|
|
ro.boot.hardware u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.logd.enabled u:object_r:bootloader_prop:s0 exact bool
|
2022-01-25 17:07:21 +01:00
|
|
|
ro.boot.microdroid.debuggable u:object_r:bootloader_prop:s0 exact bool
|
2021-09-14 04:30:18 +02:00
|
|
|
ro.boot.slot_suffix u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.avb_version u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.device_state u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.digest u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.hash_alg u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.invalidate_on_error u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.vbmeta.size u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.verifiedbootstate u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.boot.veritymode u:object_r:bootloader_prop:s0 exact string
|
|
|
|
|
|
|
|
ro.baseband u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.bootloader u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.bootmode u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.hardware u:object_r:bootloader_prop:s0 exact string
|
|
|
|
ro.revision u:object_r:bootloader_prop:s0 exact string
|
2021-07-19 09:48:34 +02:00
|
|
|
|
|
|
|
ro.build.id u:object_r:build_prop:s0 exact string
|
2021-12-14 19:34:48 +01:00
|
|
|
ro.build.version.codename u:object_r:build_prop:s0 exact string
|
2021-07-19 09:48:34 +02:00
|
|
|
ro.build.version.release u:object_r:build_prop:s0 exact string
|
2021-12-14 19:34:48 +01:00
|
|
|
ro.build.version.sdk u:object_r:build_prop:s0 exact int
|
2021-07-19 09:48:34 +02:00
|
|
|
ro.build.version.security_patch u:object_r:build_prop:s0 exact string
|
|
|
|
ro.debuggable u:object_r:build_prop:s0 exact bool
|
|
|
|
ro.product.cpu.abilist u:object_r:build_prop:s0 exact string
|
|
|
|
ro.adb.secure u:object_r:build_prop:s0 exact bool
|
|
|
|
|
|
|
|
ro.property_service.version u:object_r:property_service_version_prop:s0 exact int
|
|
|
|
|
2021-09-06 08:39:31 +02:00
|
|
|
apex_config.done u:object_r:apex_config_prop:s0 exact bool
|
|
|
|
|
2021-09-08 09:05:29 +02:00
|
|
|
microdroid_manager.apk_root_hash u:object_r:microdroid_manager_roothash_prop:s0 exact string
|
2021-09-14 04:30:18 +02:00
|
|
|
|
|
|
|
dev.mnt.blk.root u:object_r:dev_mnt_prop:s0 exact string
|
|
|
|
dev.mnt.blk.vendor u:object_r:dev_mnt_prop:s0 exact string
|
|
|
|
dev.mnt.dev.root u:object_r:dev_mnt_prop:s0 exact string
|
|
|
|
dev.mnt.dev.vendor u:object_r:dev_mnt_prop:s0 exact string
|
|
|
|
|
|
|
|
gsid.image_installed u:object_r:gsid_prop:s0 exact bool
|
|
|
|
ro.gsid.image_running u:object_r:gsid_prop:s0 exact bool
|
|
|
|
|
|
|
|
service.adb.listen_addrs u:object_r:adbd_prop:s0 exact string
|
|
|
|
|
|
|
|
persist.adb.wifi.guid u:object_r:adbd_prop:s0 exact string
|
2021-09-17 12:31:45 +02:00
|
|
|
|
2021-12-14 19:42:47 +01:00
|
|
|
log.tag u:object_r:log_tag_prop:s0 prefix
|
|
|
|
persist.log.tag u:object_r:log_tag_prop:s0 prefix
|
2021-09-17 12:31:45 +02:00
|
|
|
|
|
|
|
libc.debug.malloc.options u:object_r:libc_debug_prop:s0 exact string
|
|
|
|
libc.debug.malloc.program u:object_r:libc_debug_prop:s0 exact string
|
|
|
|
libc.debug.hooks.enable u:object_r:libc_debug_prop:s0 exact string
|
|
|
|
|
|
|
|
arm64.memtag. u:object_r:arm64_memtag_prop:s0 prefix string
|
|
|
|
|
|
|
|
persist.sys.timezone u:object_r:timezone_prop:s0 exact string
|
|
|
|
|
|
|
|
ro.vndk.version u:object_r:build_prop:s0 exact string
|
|
|
|
|
|
|
|
heapprofd.enable u:object_r:heapprofd_prop:s0 exact bool
|
2021-12-14 20:06:23 +01:00
|
|
|
|
|
|
|
# ART properties for CompOS
|
2022-01-18 17:34:32 +01:00
|
|
|
dalvik.vm. u:object_r:dalvik_config_prop:s0 prefix
|
2021-12-14 20:06:23 +01:00
|
|
|
persist.device_config.runtime_native. u:object_r:device_config_runtime_native_prop:s0 prefix
|
2021-11-08 21:09:54 +01:00
|
|
|
|
|
|
|
apexd.payload_metadata.path u:object_r:apexd_payload_metadata_prop:s0 exact string
|