From 56295977dbf8a445084366817dc840ab5b0a08ed Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sat, 23 Apr 2022 08:02:21 -0400 Subject: [PATCH] Additional sepolicy for OTA See https://github.com/phhusson/treble_experimentations/issues/2289 --- sepolicy/phh.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sepolicy/phh.te b/sepolicy/phh.te index 7fcf9fc..9e233c3 100644 --- a/sepolicy/phh.te +++ b/sepolicy/phh.te @@ -12,6 +12,6 @@ allow phhsu_daemon loop_device:blk_file ioctl; allowxperm phhsu_daemon loop_device:blk_file ioctl { 0x4c00 }; allow phhsu_daemon userdata_block_device:blk_file ioctl; -allowxperm phhsu_daemon userdata_block_device:blk_file ioctl { 0x1278 }; +allowxperm phhsu_daemon userdata_block_device:blk_file ioctl { 0x1278 0x127a }; allow kernel gsi_data_file:file rw_file_perms;