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

  /external/checkpolicy/test/
dismod.c 214 int display_avrule(avrule_t * avrule, policydb_t * policy,
220 if (avrule == NULL) {
224 if (avrule->specified & AVRULE_AV) {
225 if (avrule->specified & AVRULE_ALLOWED) {
228 if (avrule->specified & AVRULE_AUDITALLOW) {
231 if (avrule->specified & AVRULE_DONTAUDIT) {
234 } else if (avrule->specified & AVRULE_TYPE) {
235 if (avrule->specified & AVRULE_TRANSITION) {
238 if (avrule->specified & AVRULE_MEMBER) {
241 if (avrule->specified & AVRULE_CHANGE)
598 avrule_t *avrule; local
623 avrule_t *avrule = decl->avrules; local
    [all...]
  /external/checkpolicy/
module_compiler.c 25 avrule_block_t *avrule; member in union:stack_item_u
31 int type; /* for above union: 1 = avrule block, 2 = conditional */
32 avrule_decl_t *decl; /* if in an avrule block, which
35 int in_else; /* if in an avrule block, within ELSE branch */
88 /* the first declaration within the global avrule
1347 void append_avrule(avrule_t * avrule)
1359 decl->avrules = avrule;
1361 stack_top->last_avrule->next = avrule;
1363 stack_top->last_avrule = avrule;
    [all...]
policy_define.c 1389 avrule_t *avrule; local
1393 avrule = malloc(sizeof(avrule_t));
1394 if (!avrule) {
1398 avrule_init(avrule);
1399 avrule->specified = which;
1400 avrule->line = policydb_lineno;
1403 if (set_types(&avrule->stypes, id, &add, 0))
1408 if (set_types(&avrule->ttypes, id, &add, 0))
1443 perm->next = avrule->perms;
1444 avrule->perms = perm
1461 avrule_t *avrule; local
1485 avrule_t *avrule; local
1600 avrule_t *avrule; local
1732 avrule_t *avrule; local
1752 avrule_t *avrule; local
    [all...]
  /external/libsepol/src/
write.c 1507 avrule_t *avrule; local
    [all...]
expand.c 2484 avrule_t *avrule; local
    [all...]
policydb.c 2912 avrule_t *avrule; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 228 typedef struct avrule { struct
249 struct avrule *next;

Completed in 310 milliseconds