Skip to content
Snippets Groups Projects
Commit 4e6f67fb authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Remove dumpstate selinux spam from logs

am: f4ce8f6c

Change-Id: Ie0bc01a5b8acc6b79a3a31d5807f46f1e1df8c6c
parents 453f4a51 f4ce8f6c
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ allow domain_deprecated proc_meminfo:file r_file_perms; ...@@ -149,6 +149,7 @@ allow domain_deprecated proc_meminfo:file r_file_perms;
userdebug_or_eng(` userdebug_or_eng(`
auditallow { auditallow {
domain_deprecated domain_deprecated
-dumpstate
-fsck -fsck
-fsck_untrusted -fsck_untrusted
-sdcardd -sdcardd
...@@ -158,6 +159,7 @@ auditallow { ...@@ -158,6 +159,7 @@ auditallow {
} proc:file r_file_perms; } proc:file r_file_perms;
auditallow { auditallow {
domain_deprecated domain_deprecated
-dumpstate
-fsck -fsck
-fsck_untrusted -fsck_untrusted
-system_server -system_server
...@@ -165,6 +167,7 @@ auditallow { ...@@ -165,6 +167,7 @@ auditallow {
} proc:lnk_file { open ioctl lock }; # getattr read granted in domain } proc:lnk_file { open ioctl lock }; # getattr read granted in domain
auditallow { auditallow {
domain_deprecated domain_deprecated
-dumpstate
-fingerprintd -fingerprintd
-healthd -healthd
-netd -netd
......
...@@ -137,8 +137,9 @@ read_logd(dumpstate) ...@@ -137,8 +137,9 @@ read_logd(dumpstate)
control_logd(dumpstate) control_logd(dumpstate)
read_runtime_log_tags(dumpstate) read_runtime_log_tags(dumpstate)
# Read /proc/net # Read /proc and /proc/net
allow dumpstate proc_net:file r_file_perms; allow dumpstate proc_net:file r_file_perms;
r_dir_file(dumpstate, proc)
# Read network state info files. # Read network state info files.
allow dumpstate net_data_file:dir search; allow dumpstate net_data_file:dir search;
......
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