Merge "Audit generic debugfs access for removal"
This commit is contained in:
commit
65352c904a
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue