Merge "Sepolicy: Give sys_admin for relabel" am: 20fe557ec5

am: b329558180

Change-Id: I1322c6da9a66d3443db41cbe07519972a70508ed
This commit is contained in:
Andreas Gampe 2019-03-13 08:30:00 -07:00 committed by android-build-merger
commit 5d764f6ede

View file

@ -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;