Expand description
Linux Security Modules (LSM).
C header: include/linux/security.h.
Structs§
- A security context string.
Functions§
- Calls the security modules to determine if the given task can become the manager of a binder context.
- Calls the security modules to determine if binder transactions are allowed from task
fromto taskto. - 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. - 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.