Skip to content
Snippets Groups Projects
Commit 361e6cf8 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

atrace.te: fix /sys/kernel/debug/tracing label am: 24f62b3d

am: 3735b420

* commit '3735b420':
  atrace.te: fix /sys/kernel/debug/tracing label
parents 91b2a9cc 3735b420
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ userdebug_or_eng(`
allow atrace boottrace_data_file:file r_file_perms;
# atrace reads the files in /sys/kernel/debug/tracing/
allow atrace debugfs:file r_file_perms;
allow atrace debugfs_tracing:file r_file_perms;
# atrace sets debug.atrace.* properties
set_prop(atrace, debug_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment