From ca241fa76c59b26b16f9d62241185a68821cad93 Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Wed, 22 Feb 2023 11:23:32 +0800 Subject: [PATCH] Add hal_bootctl_default write permission to devinfo_block_device Bug: 270236357 Change-Id: I40219dbd726ddebb277e592353bd9f0b249dd01f --- vendor/hal_bootctl_default.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/hal_bootctl_default.te b/vendor/hal_bootctl_default.te index b1370b06..fe017f9d 100644 --- a/vendor/hal_bootctl_default.te +++ b/vendor/hal_bootctl_default.te @@ -1,3 +1,3 @@ -allow hal_bootctl_default devinfo_block_device:blk_file r_file_perms; +allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms; allow hal_bootctl_default sda_block_device:blk_file rw_file_perms; allow hal_bootctl_default sysfs_ota:file rw_file_perms;