Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
fc91bb7d
Commit
fc91bb7d
authored
7 years ago
by
Max Bires
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Fixing traceur selinux permission error am:
842cc268
am:
bb7612d2
Change-Id: Ia5a45c183bf4a158e5837af5a2e93e2fedc73f69
parents
8543e71e
bb7612d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/traceur_app.te
+1
-1
1 addition, 1 deletion
private/traceur_app.te
with
1 addition
and
1 deletion
private/traceur_app.te
+
1
−
1
View file @
fc91bb7d
...
...
@@ -5,6 +5,6 @@ userdebug_or_eng(`
allow traceur_app debugfs_tracing: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: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;
')
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment