OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validatetrans
(Results
1 - 7
of
7
) sorted by null
/external/checkpolicy/
policy_scan.l
73
VALIDATETRANS
|
74
validatetrans
{ return(
VALIDATETRANS
); }
policy_define.c
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
113
constraint_node_t *
validatetrans
; /* special transition rules */
member in struct:class_datum
/external/libsepol/src/
write.c
969
/* write out the
validatetrans
rule */
971
for (c = cladatum->
validatetrans
; c; c = c->next) {
978
if (write_cons_helper(p, cladatum->
validatetrans
, 1, fp))
[
all
...]
services.c
309
"
validatetrans
", /* 2 */
370
* xcontext is a special beast... It is used by the
validatetrans
rules
399
* Set 1 = source, 2 = target, 3 = xcontext for
validatetrans
973
constraint = tclass_datum->
validatetrans
;
[
all
...]
expand.c
593
|| constraint_node_clone(&new_class->
validatetrans
,
594
class->
validatetrans
, state) == -1) {
[
all
...]
policydb.c
1153
constraint = cladatum->
validatetrans
;
[
all
...]
Completed in 260 milliseconds