Searched refs:other (Results 1 – 8 of 8) sorted by relevance
/security/selinux/ss/ |
D | conditional.c | 266 struct cond_av_list *other; member 275 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local 298 if (other) { in cond_insertf() 306 for (cur = other; cur; cur = cur->next) { in cond_insertf() 352 …d_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct cond_av_list *other) in cond_read_av_list() argument 371 data.other = other; in cond_read_av_list()
|
/security/smack/ |
D | Kconfig | 8 of other mandatory security schemes.
|
D | smack_lsm.c | 2807 struct sock *other, struct sock *newsk) in smack_unix_stream_connect() argument 2810 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() 2819 smk_ad_setfield_u_net_sk(&ad, other); in smack_unix_stream_connect() 2844 static int smack_unix_may_send(struct socket *sock, struct socket *other) in smack_unix_may_send() argument 2847 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() 2855 smk_ad_setfield_u_net_sk(&ad, other->sk); in smack_unix_may_send()
|
/security/integrity/ima/ |
D | Kconfig | 17 values of executables and other sensitive system files,
|
/security/ |
D | security.c | 1029 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect() argument 1031 return security_ops->unix_stream_connect(sock, other, newsk); in security_unix_stream_connect() 1035 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send() argument 1037 return security_ops->unix_may_send(sock, other); in security_unix_may_send()
|
D | Kconfig | 34 if the boot PCRs and other criteria match. Userspace will only ever 190 On arm and other archs it should not be higher than 32768.
|
D | capability.c | 575 static int cap_unix_stream_connect(struct sock *sock, struct sock *other, in cap_unix_stream_connect() argument 581 static int cap_unix_may_send(struct socket *sock, struct socket *other) in cap_unix_may_send() argument
|
/security/selinux/ |
D | hooks.c | 4201 struct sock *other, in selinux_socket_unix_stream_connect() argument 4205 struct sk_security_struct *sksec_other = other->sk_security; in selinux_socket_unix_stream_connect() 4215 ad.u.net->sk = other; in selinux_socket_unix_stream_connect() 4237 struct socket *other) in selinux_socket_unix_may_send() argument 4240 struct sk_security_struct *osec = other->sk->sk_security; in selinux_socket_unix_may_send() 4248 ad.u.net->sk = other->sk; in selinux_socket_unix_may_send()
|