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

/security/selinux/ss/
H A Dservices.c3002 struct context au_ctxt; member in struct:selinux_audit_rule
3010 context_destroy(&rule->au_ctxt);
3057 context_init(&tmprule->au_ctxt);
3070 tmprule->au_ctxt.user = userdatum->value;
3078 tmprule->au_ctxt.role = roledatum->value;
3086 tmprule->au_ctxt.type = typedatum->value;
3092 rc = mls_from_string(rulestr, &tmprule->au_ctxt, GFP_ATOMIC);
3171 match = (ctxt->user == rule->au_ctxt.user);
3174 match = (ctxt->user != rule->au_ctxt.user);
3182 match = (ctxt->role == rule->au_ctxt
[all...]

Completed in 235 milliseconds