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 727 #define OBJECT_R "object_r"
  /external/libsepol/src/
policydb.c 625 * Initialize the role table by implicitly adding role 'object_r'. If
626 * the policy is a module, set object_r's scope to be SCOPE_REQ,
640 key = malloc(strlen(OBJECT_R) + 1);
645 strcpy(key, OBJECT_R);
    [all...]
link.c     [all...]
expand.c 723 if (strcmp(id, OBJECT_R) == 0) {
724 /* object_r is never a role attribute by far */
790 if (strcmp(id, OBJECT_R) == 0) {
791 /* object_r is always value 1 */
    [all...]

Completed in 170 milliseconds