Skip to content
Snippets Groups Projects
Commit c9c63b7e authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Sepolicy: Support profmand and dexoptanalyzerd

am: 2713b095

Change-Id: I91aabe1a237606945051d00214f5ed17eb891bd9
parents 53d14822 2713b095
No related branches found
No related tags found
No related merge requests found
...@@ -243,10 +243,10 @@ ...@@ -243,10 +243,10 @@
/system/bin/preopt2cachename u:object_r:preopt2cachename_exec:s0 /system/bin/preopt2cachename u:object_r:preopt2cachename_exec:s0
/system/bin/install-recovery.sh u:object_r:install_recovery_exec:s0 /system/bin/install-recovery.sh u:object_r:install_recovery_exec:s0
/system/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0 /system/bin/dex2oat(d)? u:object_r:dex2oat_exec:s0
/system/bin/dexoptanalyzer u:object_r:dexoptanalyzer_exec:s0 /system/bin/dexoptanalyzer(d)? u:object_r:dexoptanalyzer_exec:s0
# patchoat executable has (essentially) the same requirements as dex2oat. # patchoat executable has (essentially) the same requirements as dex2oat.
/system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0 /system/bin/patchoat(d)? u:object_r:dex2oat_exec:s0
/system/bin/profman u:object_r:profman_exec:s0 /system/bin/profman(d)? u:object_r:profman_exec:s0
/system/bin/sgdisk u:object_r:sgdisk_exec:s0 /system/bin/sgdisk u:object_r:sgdisk_exec:s0
/system/bin/blkid u:object_r:blkid_exec:s0 /system/bin/blkid u:object_r:blkid_exec:s0
/system/bin/tzdatacheck u:object_r:tzdatacheck_exec:s0 /system/bin/tzdatacheck u:object_r:tzdatacheck_exec:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment