Skip to content
Snippets Groups Projects
Commit 90568513 authored by Max Bires's avatar Max Bires Committed by android-build-merger
Browse files

Fixing traceur selinux permission error am: 842cc268 am: bb7612d2

am: fc91bb7d

Change-Id: I4d5a9733472a955e87c174d95fcc07a3a62597dc
parents 7d1bc36d fc91bb7d
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ userdebug_or_eng(` ...@@ -5,6 +5,6 @@ userdebug_or_eng(`
allow traceur_app debugfs_tracing:file rw_file_perms; allow traceur_app debugfs_tracing:file rw_file_perms;
allow traceur_app debugfs_tracing_debug:file rw_file_perms; allow traceur_app debugfs_tracing_debug:file rw_file_perms;
allow traceur_app trace_data_file:file create_file_perms; allow traceur_app trace_data_file:file create_file_perms;
allow traceur_app trace_data_file:dir { add_name search write }; allow traceur_app trace_data_file:dir { add_name getattr search write };
allow traceur_app atrace_exec:file rx_file_perms; allow traceur_app atrace_exec:file rx_file_perms;
') ')
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