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

  /external/libsepol/include/sepol/policydb/
policydb.h 86 } type_set_t; typedef in typeref:struct:type_set
134 type_set_t types; /* set of authorized types for role */
258 type_set_t stypes;
259 type_set_t ttypes;
271 type_set_t types; /* program executable type, or new object type */
284 type_set_t stypes;
285 type_set_t ttypes;
293 type_set_t stypes;
294 type_set_t ttypes;
604 extern void type_set_init(type_set_t * x)
    [all...]
expand.h 59 type_set_t * set, ebitmap_t * types,
61 extern int type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p,
  /external/libsepol/src/
policydb.c 412 void type_set_init(type_set_t * x)
414 memset(x, 0, sizeof(type_set_t));
419 void type_set_destroy(type_set_t * x)
    [all...]
link.c 958 static int type_set_convert(type_set_t * types, type_set_t * dst,
992 static int type_set_or_convert(type_set_t * types, type_set_t * dst,
995 type_set_t ts_tmp;
    [all...]
expand.c     [all...]
write.c 585 static int type_set_write(type_set_t * x, struct policy_file *fp)
    [all...]
  /external/sepolicy/tools/sepolicy-analyze/
neverallow.c 21 type_set_t *typeset, uint32_t *flags)
  /external/checkpolicy/test/
dismod.c 115 int display_type_set(type_set_t * set, uint32_t flags, policydb_t * policy,
  /external/checkpolicy/
policy_define.c 1451 static int set_types(type_set_t * set, char *id, int *add, char starallowed)
    [all...]

Completed in 156 milliseconds