OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbacrtypes
(Results
1 - 2
of
2
) sorted by null
/external/selinux/prebuilts/bin/
sesearch.py
55
rbacrtypes
= parser.add_argument_group("RBAC Rule Types")
variable
56
rbacrtypes
.add_argument("--role_allow", action="append_const",
57
const="allow", dest="
rbacrtypes
",
59
rbacrtypes
.add_argument("--role_trans", action="append_const",
60
const="role_transition", dest="
rbacrtypes
",
104
if not args.tertypes and not args.mlsrtypes and not args.
rbacrtypes
:
154
if args.
rbacrtypes
:
156
ruletype=args.
rbacrtypes
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/
sesearch
55
rbacrtypes
= parser.add_argument_group("RBAC Rule Types")
variable
56
rbacrtypes
.add_argument("--role_allow", action="append_const",
57
const="allow", dest="
rbacrtypes
",
59
rbacrtypes
.add_argument("--role_trans", action="append_const",
60
const="role_transition", dest="
rbacrtypes
",
104
if not args.tertypes and not args.mlsrtypes and not args.
rbacrtypes
:
154
if args.
rbacrtypes
:
156
ruletype=args.
rbacrtypes
,
Completed in 31 milliseconds