Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
cf6b51dd
Commit
cf6b51dd
authored
7 years ago
by
android-build-prod (mdb)
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Audit generic debugfs access for removal" am:
65352c90
am:
810ad5f2
am:
5afce150
Change-Id: I95d2ce2aee7712c69d9b63c1ad08036d0e92007c
parents
06fe7d7c
5afce150
Branches
Branches containing commit
No related tags found
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 @
cf6b51dd
...
@@ -139,6 +139,7 @@ allow system_server stats_data_file:file unlink;
...
@@ -139,6 +139,7 @@ allow system_server stats_data_file:file unlink;
# Read /sys/kernel/debug/wakeup_sources.
# Read /sys/kernel/debug/wakeup_sources.
allow system_server debugfs:file r_file_perms;
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;
allow system_server debugfs_wakeup_sources:file r_file_perms;
# Delete /data/misc/stats-data/ and /data/misc/stats-service/ directories.
# Delete /data/misc/stats-data/ and /data/misc/stats-service/ directories.
...
...
This diff is collapsed.
Click to expand it.
public/dumpstate.te
+
1
−
0
View file @
cf6b51dd
...
@@ -94,6 +94,7 @@ allow dumpstate {
...
@@ -94,6 +94,7 @@ allow dumpstate {
# Other random bits of data we want to collect
# Other random bits of data we want to collect
allow dumpstate debugfs:file r_file_perms;
allow dumpstate debugfs:file r_file_perms;
auditallow dumpstate debugfs:file r_file_perms;
# df for
# df for
allow dumpstate {
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