diff options
| -rw-r--r-- | common/private/uncrypt.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/private/uncrypt.te b/common/private/uncrypt.te index 9638596..d8fd2c7 100644 --- a/common/private/uncrypt.te +++ b/common/private/uncrypt.te @@ -1,2 +1,5 @@ allow uncrypt cache_file:dir rw_dir_perms; allow uncrypt cache_file:file create_file_perms; + +# OTA with encrypted f2fs +allow uncrypt self:capability sys_admin; |
