HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT_R (Results 1 - 4 of 4) sorted by null

  /external/libsepol/include/sepol/policydb/
policydb.h 712 #define OBJECT_R "object_r"
  /external/libsepol/src/
policydb.c 604 * Initialize the role table by implicitly adding role 'object_r'. If
605 * the policy is a module, set object_r's scope to be SCOPE_REQ,
619 key = malloc(strlen(OBJECT_R) + 1);
624 strcpy(key, OBJECT_R);
    [all...]
link.c     [all...]
expand.c 686 if (strcmp(id, OBJECT_R) == 0) {
687 /* object_r is never a role attribute by far */
748 if (strcmp(id, OBJECT_R) == 0) {
749 /* object_r is always value 1 */
    [all...]

Completed in 36 milliseconds