pub fn binder_transfer_file(
    from: &Credential,
    to: &Credential,
    file: &File
) -> Result
Expand description

Calls the security modules to determine if task from is allowed to send the given file to task to (which would get its own file descriptor) through a binder transaction.