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

  /external/libselinux/include/selinux/
avc.h 312 * @newsid: pointer to SID reference
318 * memory referenced by @newsid, returning %0 on success or -%1 on
323 security_class_t tclass, security_id_t * newsid);
330 * @newsid: pointer to SID reference
336 * memory referenced by @newsid, returning %0 on success or -%1 on
341 security_class_t tclass, security_id_t * newsid);
  /external/selinux/libselinux/include/selinux/
avc.h 316 * @newsid: pointer to SID reference
322 * memory referenced by @newsid, returning %0 on success or -%1 on
327 security_class_t tclass, security_id_t * newsid);
334 * @newsid: pointer to SID reference
340 * memory referenced by @newsid, returning %0 on success or -%1 on
345 security_class_t tclass, security_id_t * newsid);
  /external/selinux/libsepol/include/sepol/policydb/
services.h 89 sepol_security_id_t newsid,
  /external/selinux/libselinux/src/
avc.c 841 security_class_t tclass, security_id_t *newsid)
848 *newsid = NULL;
873 rc = sidtab_context_to_sid(&avc_sidtab, ctx, newsid);
878 aeref.ae->create_sid = *newsid;
881 *newsid = aeref.ae->create_sid;
891 security_class_t tclass, security_id_t *newsid)
895 *newsid = NULL;
903 rc = sidtab_context_to_sid(&avc_sidtab, ctx, newsid);
  /external/libselinux/src/
avc.c 806 security_class_t tclass, security_id_t *newsid)
813 *newsid = NULL;
838 rc = sidtab_context_to_sid(&avc_sidtab, ctx, newsid);
843 aeref.ae->create_sid = *newsid;
846 *newsid = aeref.ae->create_sid;
  /external/selinux/libsepol/src/
services.c 953 sepol_security_id_t newsid,
975 ncontext = sepol_sidtab_search(sidtab, newsid);
977 ERR(NULL, "unrecognized SID %d", newsid);
1004 sepol_security_id_t newsid,
1028 ncontext = sepol_sidtab_search(sidtab, newsid);
1030 ERR(NULL, "unrecognized SID %d", newsid);
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 382 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; local
1154 newsid = atoi(ans);
1187 newsid, tasksid, tclass,

Completed in 4797 milliseconds