Searched refs:actor (Results 1 - 2 of 2) sorted by relevance

/security/keys/
H A Drequest_key.c208 request_key_actor_t actor; local
230 actor = call_sbin_request_key;
232 actor = key->type->request_key;
234 ret = actor(cons, "create", aux);
236 /* check that the actor called complete_request_key() prior to
/security/selinux/
H A Dhooks.c1496 static int cred_has_perm(const struct cred *actor, argument
1500 u32 asid = cred_sid(actor), tsid = cred_sid(target);
1508 * tsk1 is the actor and tsk2 is the target
1528 * current is the actor and tsk2 is the target

Completed in 51 milliseconds