Merge "Sepolicy: Give sys_admin for relabel" am: 20fe557ec5
am: b329558180
Change-Id: I1322c6da9a66d3443db41cbe07519972a70508ed
This commit is contained in:
commit
5d764f6ede
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ allow art_apex_postinstall dalvikcache_data_file:file { r_file_perms unlink rela
|
|||
|
||||
# Required for relabel.
|
||||
allow art_apex_postinstall file_contexts_file:file r_file_perms;
|
||||
allow art_apex_postinstall self:global_capability_class_set sys_admin;
|
||||
|
||||
# Script helpers.
|
||||
allow art_apex_postinstall shell_exec:file rx_file_perms;
|
||||
|
|
Loading…
Reference in a new issue