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

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 774 #define OBJECT_R "object_r"
  /external/selinux/libsepol/src/
policydb.c 683 * Initialize the role table by implicitly adding role 'object_r'. If
684 * the policy is a module, set object_r's scope to be SCOPE_REQ,
698 key = malloc(strlen(OBJECT_R) + 1);
703 strcpy(key, OBJECT_R);
    [all...]
link.c     [all...]
expand.c 742 if (strcmp(id, OBJECT_R) == 0) {
743 /* object_r is never a role attribute by far */
809 if (strcmp(id, OBJECT_R) == 0) {
810 /* object_r is always value 1 */
    [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 184 return strcmp(OBJECT_R, prefix) == 0 ||
    [all...]

Completed in 161 milliseconds