OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVTAB_AUDITDENY
(Results
1 - 7
of
7
) sorted by null
/external/libsepol/include/sepol/policydb/
avtab.h
52
#define
AVTAB_AUDITDENY
4
54
#define AVTAB_AV (AVTAB_ALLOWED | AVTAB_AUDITALLOW |
AVTAB_AUDITDENY
)
/external/libsepol/src/
conditional.c
891
if ((uint16_t) (
AVTAB_AUDITDENY
| AVTAB_ENABLED) ==
892
(node->key.specified & (
AVTAB_AUDITDENY
| AVTAB_ENABLED)))
avtab.c
362
AVTAB_AUDITDENY
,
expand.c
[
all
...]
services.c
877
else if (node->key.specified ==
AVTAB_AUDITDENY
)
[
all
...]
write.c
92
AVTAB_AUDITDENY
,
[
all
...]
/external/checkpolicy/test/
dispol.c
124
if (key->specified &
AVTAB_AUDITDENY
) {
Completed in 7093 milliseconds