Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" am: 99691dfc74 am: 806f050f6d am: 9e3f4b057f

am: edb33628db

Change-Id: Ief247c51f153449a50bffdb7e8e3fdf06b156a00
This commit is contained in:
Mark Salyzyn 2017-10-02 21:06:33 +00:00 committed by android-build-merger
commit 5012c8beed

View file

@ -1099,7 +1099,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;