diff options
author | Alexander Martinz <amartinz@shiftphones.com> | 2022-12-20 08:10:34 +0100 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 00:20:25 +0800 |
commit | 0d7f87e8fac22cf4c649f23f24d3b769929ce9c1 (patch) | |
tree | abb543aa3154378f0d241a68131497d611cd6d41 | |
parent | 3a38c7c3d20d6ffb48ec8437976cb2d07bf7d79e (diff) |
sepolicy_vndr: sdm845: label vbmeta_vendor_[ab]
Change-Id: I4977b2a09e0dd802cede610ee777f19ce61f203a
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
-rw-r--r-- | legacy/vendor/sdm845/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/vendor/sdm845/file_contexts b/legacy/vendor/sdm845/file_contexts index 0872f70f..7b83d9b7 100644 --- a/legacy/vendor/sdm845/file_contexts +++ b/legacy/vendor/sdm845/file_contexts @@ -83,6 +83,7 @@ /dev/block/platform/soc/1d84000.ufshc/by-name/persist u:object_r:persist_block_device:s0 /dev/block/platform/soc/1d84000.ufshc/by-name/recovery_[ab] u:object_r:recovery_block_device:s0 /dev/block/platform/soc/1d84000.ufshc/by-name/vbmeta_system_[ab] u:object_r:custom_ab_block_device:s0 +/dev/block/platform/soc/1d84000.ufshc/by-name/vbmeta_vendor_[ab] u:object_r:custom_ab_block_device:s0 /dev/block/platform/soc/1d84000.ufshc/by-name/uefisecapp_[ab] u:object_r:uefi_block_device:s0 # Block device holding the GPT, where the A/B attributes are stored. |