[ALPS04685340] Recovery: Add SELinux Permission

[Detail]
Uncrypt service need permission to write ota package

MTK-Commit-Id: 0fa210d0c4e4ce5eae607fa2d53fb10a59a49628

Change-Id: If8127d2056278932ecf947541cfa24b29be6bb11
CR-Id: ALPS04685340
Feature: [Module]Settings
Signed-off-by: Yogesh Tundele <yogesh.tundele@mediatek.com>
This commit is contained in:
Yogesh Tundele 2020-01-18 10:16:38 +08:00
parent 4a346a24a8
commit 5f63a6caa8

View File

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