diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil index d52b41b94d0be8ee7683d730b0a5c64113eccaeb..1594979b688c73b38e2700675b30e07cdb0f10ca 100644 --- a/private/compat/26.0/26.0.ignore.cil +++ b/private/compat/26.0/26.0.ignore.cil @@ -114,6 +114,7 @@ statsdw_socket statscompanion_service storaged_data_file + super_block_device sysfs_fs_ext4_features system_boot_reason_prop system_lmk_prop diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil index 8e5370ce53f4b6f060e466479ad5c64862f3ebba..d56de68612a514995ddb1e35d0d2ddae7f6a3785 100644 --- a/private/compat/27.0/27.0.ignore.cil +++ b/private/compat/27.0/27.0.ignore.cil @@ -101,6 +101,7 @@ statsdw statsdw_socket storaged_data_file + super_block_device system_boot_reason_prop system_lmk_prop system_suspend_hwservice diff --git a/private/compat/28.0/28.0.ignore.cil b/private/compat/28.0/28.0.ignore.cil index 5386bee7d9295e09642536edbaa62f14bb71b812..c40ea06d329cc6406bd89f9f2e75dcc8017a023e 100644 --- a/private/compat/28.0/28.0.ignore.cil +++ b/private/compat/28.0/28.0.ignore.cil @@ -16,6 +16,7 @@ mnt_product_file overlayfs_file recovery_socket + super_block_device system_lmk_prop system_suspend_hwservice time_prop diff --git a/public/device.te b/public/device.te index 231c8393836a08f2fce69fff423b76fe47272a62..c68b515ccafcef8b623a14b30f7f51b8190d6f7b 100644 --- a/public/device.te +++ b/public/device.te @@ -104,3 +104,6 @@ type metadata_block_device, dev_type; # The 'misc' partition used by recovery and A/B. type misc_block_device, dev_type; + +# 'super' partition to be used for logical partitioning. +type super_block_device, dev_type; diff --git a/public/fastbootd.te b/public/fastbootd.te index 82ae47bc5523329c2139ef62e9a587dba7f243c4..1d39d509012941016f90a42b55a123a3b7c7cc88 100644 --- a/public/fastbootd.te +++ b/public/fastbootd.te @@ -38,6 +38,7 @@ recovery_only(` allow fastbootd dm_device:chr_file rw_file_perms; allow fastbootd dm_device:blk_file rw_file_perms; + allow fastbootd super_block_device:blk_file rw_file_perms; allow fastbootd system_block_device:blk_file rw_file_perms; allow fastbootd boot_block_device:blk_file rw_file_perms;