From 694d7ba599e970999336cece7522a7d555744dae Mon Sep 17 00:00:00 2001 From: Xindong Xu Date: Tue, 16 Jan 2018 08:52:09 +0000 Subject: sepolicy: sync to 8.1 trunk 0b45a466 [1/1] PD# 158649 sync to 8.1 trunk Change-Id: I16fcd3298a85ee7515b373d4c5f1f6945664a058 --- diff --git a/sepolicy/recovery.te b/sepolicy/recovery.te index 3be1941..c60ad7d 100644 --- a/sepolicy/recovery.te +++ b/sepolicy/recovery.te @@ -46,6 +46,8 @@ allow recovery tv_config_prop:file { getattr open }; allow recovery tv_prop:file { getattr open }; allow recovery wifi_prop:file { getattr open }; +allow recovery ffs_prop:property_service set; + allow shell tmpfs:file {open read getattr}; allow shell sysfs:file { read open }; allow shell rootfs:file {execute_no_trans}; -- cgit