Function kernel::security::binder_transfer_binder
source · [−]pub fn binder_transfer_binder(from: &Credential, to: &Credential) -> Result
Expand description
Calls the security modules to determine if task from
is allowed to send binder objects
(owned by itself or other processes) to task to
through a binder transaction.