sepolicy: Fix denails for flash_recovery service
Needed when option is checked to update cm recovery Change-Id: I0b2fbfd7c141ae03ce14b9afeffd3a027d791c80
This commit is contained in:
@@ -30,6 +30,7 @@ BOARD_SEPOLICY_UNION += \
|
||||
sysinit.te \
|
||||
system.te \
|
||||
system_app.te \
|
||||
system_server.te \
|
||||
ueventd.te \
|
||||
uncrypt.te \
|
||||
userinit.te \
|
||||
|
2
sepolicy/system_server.te
Normal file
2
sepolicy/system_server.te
Normal file
@@ -0,0 +1,2 @@
|
||||
allow system_server recovery_cache_file:dir rw_dir_perms;
|
||||
allow system_server recovery_cache_file:file create_file_perms;
|
Reference in New Issue
Block a user