HomeSort by relevance Sort by last modified time
    Searched full:cur_allow (Results 1 - 1 of 1) sorted by null

  /external/selinux/libsepol/src/
expand.c 1224 role_allow_t *cur_allow, *n, *l; local
1254 cur_allow = state->out->role_allow;
1255 while (cur_allow) {
1256 if ((cur_allow->role == i + 1) &&
1257 (cur_allow->new_role == j + 1))
1259 cur_allow = cur_allow->next;
1261 if (cur_allow)
    [all...]

Completed in 228 milliseconds