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
e9e440f0
Commit
e9e440f0
authored
8 years ago
by
Paul Lawrence
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove selinux denial" am:
ff5784f3
am:
7bb3d92a
am:
8f022478
am:
75877b24
Change-Id: Ic8688a5f7835ec689d47b1aad7d3e95424e28625
parents
8c985ed5
75877b24
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/init.te
+5
-0
5 additions, 0 deletions
private/init.te
with
5 additions
and
0 deletions
private/init.te
+
5
−
0
View file @
e9e440f0
...
@@ -17,3 +17,8 @@ domain_trans(init, init_exec, watchdogd)
...
@@ -17,3 +17,8 @@ domain_trans(init, init_exec, watchdogd)
userdebug_or_eng(`
userdebug_or_eng(`
domain_auto_trans(init, logcat_exec, logpersist)
domain_auto_trans(init, logcat_exec, logpersist)
')
')
# Creating files on sysfs is impossible so this isn't a threat
# Sometimes we have to write to non-existent files to avoid conditional
# init behavior. See b/35303861 for an example.
dontaudit init sysfs:dir write;
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