Searched defs:role_allow (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c92 bool role_allow; member in struct:options
118 if (!opt->role_allow && !opt->all) {
887 bool role_allow,
906 cmd_opts.role_allow = role_allow;
963 if (cmd_opts.all || cmd_opts.role_allow) {
1017 int role_allow = Dict_ContainsInt(dict, "role_allow"); variable
1028 return search(allow, neverallow, auditallow, dontaudit, transition, role_allow, src_name, tgt_name, class_name, permlist);
882 search(bool allow, bool neverallow, bool auditallow, bool dontaudit, bool transition, bool role_allow, const char *src_name, const char *tgt_name, const char *class_name, const char *permlist ) argument
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h153 typedef struct role_allow { struct
156 struct role_allow *next;
559 role_allow_t *role_allow; member in struct:policydb

Completed in 433 milliseconds