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

Fixing traceur selinux permission error

am: 842cc268

Change-Id: I8ebe0e17278ad69f33189b691286f36aee298a8f
parents 2cd273e4 842cc268
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.
Please register or to comment