Merge "Fix permissions for vold.post_fs_data_done" am: 206d6d80a1 am: e85d0ef89c

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

Change-Id: Iff8e95e091d22755bbc50c68d0b132cc247565ef
This commit is contained in:
Treehugger Robot 2021-04-26 21:22:13 +00:00 committed by Automerger Merge Worker
commit b99fe5711a
8 changed files with 14 additions and 3 deletions

View file

@ -211,6 +211,7 @@
vndk_prop
vold_config_prop
vold_metadata_file
vold_post_fs_data_prop
vold_prepare_subdirs
vold_prepare_subdirs_exec
vold_service

View file

@ -227,6 +227,7 @@
vndk_prop
vold_config_prop
vold_metadata_file
vold_post_fs_data_prop
vold_prepare_subdirs
vold_prepare_subdirs_exec
vold_service

View file

@ -1206,7 +1206,10 @@
(typeattributeset exported2_system_prop_29_0
( exported2_system_prop
surfaceflinger_color_prop))
(typeattributeset exported2_vold_prop_29_0 (exported2_vold_prop vold_config_prop))
(typeattributeset exported2_vold_prop_29_0
( exported2_vold_prop
vold_config_prop
vold_post_fs_data_prop))
(typeattributeset exported3_default_prop_29_0 (exported3_default_prop lmkd_config_prop))
(typeattributeset exported3_radio_prop_29_0 (exported3_radio_prop))
(typeattributeset exported3_system_prop_29_0 (exported3_system_prop boot_status_prop))

View file

@ -1378,7 +1378,10 @@
dalvik_runtime_prop
surfaceflinger_color_prop
zram_control_prop))
(typeattributeset exported2_vold_prop_30_0 (exported2_vold_prop vold_config_prop))
(typeattributeset exported2_vold_prop_30_0
( exported2_vold_prop
vold_config_prop
vold_post_fs_data_prop))
(typeattributeset exported3_default_prop_30_0
( exported3_default_prop
camera_calibration_prop

View file

@ -560,7 +560,7 @@ sys.usb.ffs.mtp.ready u:object_r:ffs_control_prop:s0 exact bool
tombstoned.max_tombstone_count u:object_r:tombstone_config_prop:s0 exact int
vold.post_fs_data_done u:object_r:vold_config_prop:s0 exact int
vold.post_fs_data_done u:object_r:vold_post_fs_data_prop:s0 exact int
apexd.status u:object_r:apexd_prop:s0 exact enum starting activated ready

View file

@ -23,6 +23,7 @@ get_prop(vold, vold_config_prop)
get_prop(vold, storage_config_prop);
get_prop(vold, incremental_prop);
set_prop(vold, vold_post_fs_data_prop)
set_prop(vold, vold_prop)
set_prop(vold, vold_status_prop)
set_prop(vold, powerctl_prop)

View file

@ -208,6 +208,7 @@ system_public_prop(surfaceflinger_color_prop)
system_public_prop(system_prop)
system_public_prop(telephony_status_prop)
system_public_prop(usb_control_prop)
system_public_prop(vold_post_fs_data_prop)
system_public_prop(wifi_hal_prop)
system_public_prop(wifi_log_prop)
system_public_prop(wifi_prop)

View file

@ -244,6 +244,7 @@ set_prop(vendor_init, vendor_default_prop)
set_prop(vendor_init, vendor_security_patch_level_prop)
set_prop(vendor_init, vndk_prop)
set_prop(vendor_init, virtual_ab_prop)
set_prop(vendor_init, vold_post_fs_data_prop)
set_prop(vendor_init, wifi_hal_prop)
set_prop(vendor_init, wifi_log_prop)
set_prop(vendor_init, zram_control_prop)