Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" am: 99691dfc74
am: 806f050f6d
Change-Id: If5d068ebe85a8ac5e7da72fcb10481d55310ef9a
This commit is contained in:
commit
9e3f4b057f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// and dac_read_search on every try to get past the message
|
||||||
// de-duper. We will also rotate the file name in the directory
|
// de-duper. We will also rotate the file name in the directory
|
||||||
// as another measure.
|
// 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;
|
static const unsigned avc_requests_per_access = 2;
|
||||||
|
|
||||||
rate /= avc_requests_per_access;
|
rate /= avc_requests_per_access;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue