[ALPS04640555] Recovery: Add SELinux Permission

[Detail]
Uncrypt service need permission to write Setup bcb thus adding permission
[Solution]
uncrypt.te required for SELinux permission so added project wise.

MTK-Commit-Id: 449e4268822584641f10ce798271d33344d7fa5c

Change-Id: I8c2109029e4d5b58a1ca7aa8bc62954e1d939606
CR-Id: ALPS04640555
Feature: [Module]Settings
Signed-off-by: Yogesh Tundele <yogesh.tundele@mediatek.com>
This commit is contained in:
Yogesh Tundele 2020-01-18 10:14:26 +08:00
parent d82b26fb4d
commit 69a1acead8

2
non_plat/uncrypte.te Executable file
View File

@ -0,0 +1,2 @@
#====================== uncrypt.te ======================
allow uncrypt para_block_device:blk_file w_file_perms;