Skip to content
Snippets Groups Projects
Commit 810ad5f2 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by android-build-merger
Browse files

Merge "Audit generic debugfs access for removal"

am: 65352c90

Change-Id: I86811ccd2e68cdd4f64a250e9b79f3386a9eebc4
parents 19e74c56 65352c90
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