Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edb33628 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" am: 99691dfc am: 806f050f

am: 9e3f4b05

Change-Id: I7f8138337e77202a216c419b0ad7838bfc72e0c6
parents ff2b501d 9e3f4b05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;