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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
65352c90
Commit
65352c90
authored
May 2, 2018
by
android-build-prod (mdb)
Committed by
Gerrit Code Review
May 2, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Audit generic debugfs access for removal"
parents
62166856
72edbb3e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/system_server.te
+1
-0
1 addition, 0 deletions
private/system_server.te
public/dumpstate.te
+1
-0
1 addition, 0 deletions
public/dumpstate.te
with
2 additions
and
0 deletions
private/system_server.te
+
1
−
0
View file @
65352c90
...
...
@@ -137,6 +137,7 @@ allow system_server stats_data_file:file unlink;
# Read /sys/kernel/debug/wakeup_sources.
allow system_server debugfs:file r_file_perms;
auditallow system_server debugfs:file r_file_perms;
allow system_server debugfs_wakeup_sources:file r_file_perms;
# The DhcpClient and WifiWatchdog use packet_sockets
...
...
This diff is collapsed.
Click to expand it.
public/dumpstate.te
+
1
−
0
View file @
65352c90
...
...
@@ -93,6 +93,7 @@ allow dumpstate {
# Other random bits of data we want to collect
allow dumpstate debugfs:file r_file_perms;
auditallow dumpstate debugfs:file r_file_perms;
# df for
allow dumpstate {
...
...
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