OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVTAB_ENABLED
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/include/sepol/policydb/
avtab.h
60
#define
AVTAB_ENABLED
0x8000 /* reserved for used in cond_avtab */
/external/libsepol/src/
conditional.c
322
cur->node->key.specified &= ~
AVTAB_ENABLED
;
324
cur->node->key.specified |=
AVTAB_ENABLED
;
331
cur->node->key.specified &= ~
AVTAB_ENABLED
;
333
cur->node->key.specified |=
AVTAB_ENABLED
;
888
if ((uint16_t) (AVTAB_ALLOWED |
AVTAB_ENABLED
) ==
889
(node->key.specified & (AVTAB_ALLOWED |
AVTAB_ENABLED
)))
891
if ((uint16_t) (AVTAB_AUDITDENY |
AVTAB_ENABLED
) ==
892
(node->key.specified & (AVTAB_AUDITDENY |
AVTAB_ENABLED
)))
899
if ((uint16_t) (AVTAB_AUDITALLOW |
AVTAB_ENABLED
) ==
900
(node->key.specified & (AVTAB_AUDITALLOW |
AVTAB_ENABLED
)))
[
all
...]
avtab.c
86
key->specified & ~(
AVTAB_ENABLED
| AVTAB_ENABLED_OLD);
127
key->specified & ~(
AVTAB_ENABLED
| AVTAB_ENABLED_OLD);
159
key->specified & ~(
AVTAB_ENABLED
| AVTAB_ENABLED_OLD);
194
key->specified & ~(
AVTAB_ENABLED
| AVTAB_ENABLED_OLD);
227
specified &= ~(
AVTAB_ENABLED
| AVTAB_ENABLED_OLD);
424
enabled = (val & AVTAB_ENABLED_OLD) ?
AVTAB_ENABLED
: 0;
expand.c
[
all
...]
write.c
128
val = cur->key.specified & ~
AVTAB_ENABLED
;
129
if (cur->key.specified &
AVTAB_ENABLED
)
145
val |= (node->key.specified & ~
AVTAB_ENABLED
);
147
if (node->key.specified &
AVTAB_ENABLED
)
[
all
...]
services.c
[
all
...]
/external/checkpolicy/test/
dispol.c
95
AVTAB_ENABLED
))
99
AVTAB_ENABLED
)))) {
105
if (key->specified &
AVTAB_ENABLED
)
107
else if (!(key->specified &
AVTAB_ENABLED
))
Completed in 191 milliseconds