Searched refs:call_int_hook (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 676 #define call_int_hook(FUNC, IRC, ...) ({ \ macro 694 return call_int_hook(binder_set_context_mgr, 0, mgr); in security_binder_set_context_mgr() 700 return call_int_hook(binder_transaction, 0, from, to); in security_binder_transaction() 706 return call_int_hook(binder_transfer_binder, 0, from, to); in security_binder_transfer_binder() 712 return call_int_hook(binder_transfer_file, 0, from, to, file); in security_binder_transfer_file() 717 return call_int_hook(ptrace_access_check, 0, child, mode); in security_ptrace_access_check() 722 return call_int_hook(ptrace_traceme, 0, parent); in security_ptrace_traceme() 730 return call_int_hook(capget, 0, target, in security_capget() 739 return call_int_hook(capset, 0, new, old, in security_capset() 748 return call_int_hook(capable, 0, cred, ns, cap, opts); in security_capable() [all …]
|