Searched defs:security_operations (Results 1 – 1 of 1) sorted by relevance
1460 struct security_operations { struct1461 char name[SECURITY_NAME_MAX + 1];1463 int (*binder_set_context_mgr) (struct task_struct *mgr);1464 int (*binder_transaction) (struct task_struct *from,1466 int (*binder_transfer_binder) (struct task_struct *from,1468 int (*binder_transfer_file) (struct task_struct *from,1471 int (*ptrace_access_check) (struct task_struct *child, unsigned int mode);1472 int (*ptrace_traceme) (struct task_struct *parent);1473 int (*capget) (struct task_struct *target,1476 int (*capset) (struct cred *new,[all …]