Expand description
Linux Security Modules (LSM).
C header: include/linux/security.h
.
Structs§
- Security
Ctx - 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
from
to taskto
. - binder_
transfer_ binder - Calls the security modules to determine if task
from
is allowed to send binder objects (owned by itself or other processes) to taskto
through a binder transaction. - binder_
transfer_ file - Calls the security modules to determine if task
from
is allowed to send the given file to taskto
(which would get its own file descriptor) through a binder transaction.