Expand description
Linux Security Modules (LSM).
C header: include/linux/security.h.
Structs§
- SecurityCtx 
- A security context string.
Functions§
- binder_set_ context_ mgr 
- Calls the security modules to determine if the given task can become the manager of a binder context.
- binder_transaction 
- Calls the security modules to determine if binder transactions are allowed from task fromto taskto.
- binder_transfer_ binder 
- Calls the security modules to determine if task fromis allowed to send binder objects (owned by itself or other processes) to tasktothrough a binder transaction.
- binder_transfer_ file 
- Calls the security modules to determine if task fromis allowed to send the given file to taskto(which would get its own file descriptor) through a binder transaction.