Merge "Allow access to trace_data_file from untrusted_app context" am: b85fd253cd
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1817854 Change-Id: I05763d732d852f1fdf1d4820defd424e69290899
This commit is contained in:
commit
a57a7c3dd3
1 changed files with 6 additions and 0 deletions
|
@ -180,3 +180,9 @@ allow untrusted_app_all simpleperf:process signal;
|
||||||
userdebug_or_eng(`
|
userdebug_or_eng(`
|
||||||
virtualizationservice_use(untrusted_app_all)
|
virtualizationservice_use(untrusted_app_all)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
with_native_coverage(`
|
||||||
|
# Allow writing coverage information to /data/misc/trace
|
||||||
|
allow domain method_trace_data_file:dir create_dir_perms;
|
||||||
|
allow domain method_trace_data_file:file create_file_perms;
|
||||||
|
')
|
||||||
|
|
Loading…
Reference in a new issue