Home
last modified time | relevance | path

Searched refs:ROLE (Results 1 – 11 of 11) sorted by relevance

/third_party/selinux/secilc/test/
Danonymous_arg_test.cil9 (role ROLE)
17 (roletype ROLE TYPE)
18 (userrole USER ROLE)
21 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
53 (userrole u1 ROLE)
54 (userrole u2 ROLE)
55 (userrole u3 ROLE)
56 (userrole u4 ROLE)
83 (nodecon ip nm (u ROLE TYPE ((s0) (s0))))
Dminimum.cil6 (role ROLE)
14 (roletype ROLE TYPE)
15 (userrole USER ROLE)
18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Doptional_test.cil7 (role ROLE)
15 (roletype ROLE TYPE)
16 (userrole USER ROLE)
19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Dneverallow.cil6 (role ROLE)
14 (roletype ROLE TYPE)
15 (userrole USER ROLE)
18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Dblock_test.cil7 (role ROLE)
15 (roletype ROLE TYPE)
16 (userrole USER ROLE)
19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Din_test.cil7 (role ROLE)
15 (roletype ROLE TYPE)
16 (userrole USER ROLE)
19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Dname_resolution_test.cil7 (role ROLE)
15 (roletype ROLE TYPE)
16 (userrole USER ROLE)
19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
Dbounds.cil6 (role ROLE)
14 (roletype ROLE TYPE)
15 (userrole USER ROLE)
18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
/third_party/selinux/checkpolicy/
Dpolicy_parse.y95 %token ROLE
508 role_type_def : ROLE identifier TYPES names ';'
511 role_attr_def : ROLE identifier opt_attr_list ';'
529 role_def : ROLE identifier_push ';'
531 | ROLE identifier_push '{' roles '}'
605 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
608 | TARGET ROLE { if (insert_separator(1)) return -1; } names_push
611 | ROLE role_mls_op
962 require_decl_def : ROLE { $$ = require_role; }
Dpolicy_scan.l94 ROLE |
95 role { return(ROLE); }
/third_party/rust/crates/rust-openssl/openssl/src/
Dnid.rs651 pub const ROLE: Nid = Nid(ffi::NID_role); constant