Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-10-03 19:38:37 +00:00 committed by Android (Google) Code Review
commit 42e9fabace
1 changed files with 1 additions and 1 deletions

View File

@ -1091,7 +1091,7 @@ static pid_t sepolicy_rate(unsigned rate, unsigned num) {
// and dac_read_search on every try to get past the message
// de-duper. We will also rotate the file name in the directory
// as another measure.
static const char file[] = "/data/backup/cannot_access_directory_%u";
static const char file[] = "/data/drm/cannot_access_directory_%u";
static const unsigned avc_requests_per_access = 2;
rate /= avc_requests_per_access;