Module kernel::security

source ·
Expand description

Linux Security Modules (LSM).

C header: include/linux/security.h.

Structs§

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 from to task to.
  • 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.
  • 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.