From 70a1a5c55b7e06b81242b9c7feb054699d60e778 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Wed, 8 Dec 2021 13:13:44 +0900 Subject: [PATCH] universal7885: fix undefined sepolicy error --- universal7885-common/sepolicy/vendor/fastbootd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal7885-common/sepolicy/vendor/fastbootd.te b/universal7885-common/sepolicy/vendor/fastbootd.te index 30beba0..8e1028d 100644 --- a/universal7885-common/sepolicy/vendor/fastbootd.te +++ b/universal7885-common/sepolicy/vendor/fastbootd.te @@ -1,4 +1,4 @@ allow fastbootd { - dtb_block_device + userdata_block_device system_block_device }:blk_file rw_file_perms;