Remove auditallow statements causing log spam.

Remove the auditallow statements from app.te and
binderservicedomain.te which were causing log spam.

Change-Id: If1c33d1612866df9f338e6d8c19d73950ee028eb
This commit is contained in:
Riley Spahn 2014-07-01 09:48:58 -07:00
parent 40b8fb9bef
commit 22e0c414a5
2 changed files with 0 additions and 2 deletions

1
app.te
View File

@ -175,7 +175,6 @@ read_logd(appdomain)
allow appdomain zygote:unix_dgram_socket write;
allow appdomain keystore:keystore_key { test get insert delete exist saw sign verify };
auditallow appdomain keystore:keystore_key { test get insert delete exist saw sign verify };
use_keystore(appdomain)

View File

@ -14,6 +14,5 @@ allow binderservicedomain appdomain:fd use;
allow binderservicedomain appdomain:fifo_file write;
allow binderservicedomain keystore:keystore_key { test get insert delete exist saw sign verify };
auditallow binderservicedomain keystore:keystore_key { test get insert delete exist saw sign verify };
use_keystore(binderservicedomain)