Skip to content
Snippets Groups Projects
Commit 65352c90 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "Audit generic debugfs access for removal"

parents 62166856 72edbb3e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment