Home
last modified time | relevance | path

Searched refs:binder_set_context_mgr (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Dsecurity.rs19 pub fn binder_set_context_mgr(mgr: &Credential) -> Result { in binder_set_context_mgr() function
/linux/drivers/android/binder/
H A Dcontext.rs105 security::binder_set_context_mgr(&node_ref.node.owner.cred)?; in set_manager_node()
/linux/include/linux/
H A Dlsm_hook_defs.h29 LSM_HOOK(int, 0, binder_set_context_mgr, const struct cred *mgr)
/linux/security/
H A Dsecurity.c490 return call_int_hook(binder_set_context_mgr, mgr); in security_binder_set_context_mgr()
/linux/security/selinux/
H A Dhooks.c7425 LSM_HOOK_INIT(binder_set_context_mgr, selinux_binder_set_context_mgr),