Searched defs:from (Results 1 – 4 of 4) sorted by relevance
/security/integrity/ima/ |
D | ima_policy.c | 460 char *from; in ima_parse_rule() local
|
/security/ |
D | capability.c | 20 static int cap_binder_transaction(struct task_struct *from, struct task_struct *to) in cap_binder_transaction() 25 static int cap_binder_transfer_binder(struct task_struct *from, struct task_struct *to) in cap_binder_transfer_binder() 30 static int cap_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *… in cap_binder_transfer_file()
|
D | security.c | 143 int security_binder_transaction(struct task_struct *from, struct task_struct *to) in security_binder_transaction() 148 int security_binder_transfer_binder(struct task_struct *from, struct task_struct *to) in security_binder_transfer_binder() 153 int security_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct file *fi… in security_binder_transfer_file()
|
/security/selinux/ |
D | hooks.c | 1941 static int selinux_binder_transaction(struct task_struct *from, struct task_struct *to) in selinux_binder_transaction() 1957 static int selinux_binder_transfer_binder(struct task_struct *from, struct task_struct *to) in selinux_binder_transfer_binder() 1964 static int selinux_binder_transfer_file(struct task_struct *from, struct task_struct *to, struct fi… in selinux_binder_transfer_file() 2500 static inline void take_option(char **to, char *from, int *first, int len) in take_option() 2511 static inline void take_selinux_option(char **to, char *from, int *first, in take_selinux_option()
|