Merge "Add /system/bin/traced_relay to file_contexts" into main am: 3c4364447d
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3127574 Change-Id: Id099746839932f72a593173f12429d97057a83d9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1649ae652c
2 changed files with 2 additions and 0 deletions
|
@ -407,6 +407,7 @@
|
|||
/system/bin/traced traced_exec
|
||||
/system/bin/traced_perf traced_perf_exec
|
||||
/system/bin/traced_probes traced_probes_exec
|
||||
/system/bin/traced_relay traced_exec
|
||||
/system/bin/heapprofd heapprofd_exec
|
||||
/system/bin/uncrypt uncrypt_exec
|
||||
/system/bin/update_verifier update_verifier_exec
|
||||
|
|
|
@ -339,6 +339,7 @@
|
|||
/system/bin/traced u:object_r:traced_exec:s0
|
||||
/system/bin/traced_perf u:object_r:traced_perf_exec:s0
|
||||
/system/bin/traced_probes u:object_r:traced_probes_exec:s0
|
||||
/system/bin/traced_relay u:object_r:traced_exec:s0
|
||||
/system/bin/trace_redactor u:object_r:trace_redactor_exec:s0
|
||||
/system/bin/heapprofd u:object_r:heapprofd_exec:s0
|
||||
/system/bin/uncrypt u:object_r:uncrypt_exec:s0
|
||||
|
|
Loading…
Reference in a new issue