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

  /external/selinux/libsepol/include/sepol/policydb/
expand.h 62 type_set_t * set, ebitmap_t * types,
64 extern int type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p,
policydb.h 88 } type_set_t; typedef in typeref:struct:type_set
136 type_set_t types; /* set of authorized types for role */
280 type_set_t stypes;
281 type_set_t ttypes;
294 type_set_t types; /* program executable type, or new object type */
307 type_set_t stypes;
308 type_set_t ttypes;
316 type_set_t stypes;
317 type_set_t ttypes;
628 extern void type_set_init(type_set_t * x)
    [all...]
  /external/selinux/libsepol/src/
policydb.c 426 void type_set_init(type_set_t * x)
428 memset(x, 0, sizeof(type_set_t));
433 void type_set_destroy(type_set_t * x)
    [all...]
link.c 959 static int type_set_convert(type_set_t * types, type_set_t * dst,
993 static int type_set_or_convert(type_set_t * types, type_set_t * dst,
996 type_set_t ts_tmp;
    [all...]
expand.c     [all...]
write.c 618 static int type_set_write(type_set_t * x, struct policy_file *fp)
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 21 type_set_t *typeset, uint32_t *flags)
  /external/selinux/checkpolicy/test/
dismod.c 115 int display_type_set(type_set_t * set, uint32_t flags, policydb_t * policy,
  /external/selinux/checkpolicy/
policy_define.c 1454 static int set_types(type_set_t * set, char *id, int *add, char starallowed)
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]

Completed in 116 milliseconds