Searched refs:other (Results 1 – 10 of 10) 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 | 12 of other mandatory security schemes. 30 "permissive" mode of other systems.
|
D | smack_lsm.c | 3279 struct sock *other, struct sock *newsk) in smack_unix_stream_connect() argument 3284 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() 3297 smk_ad_setfield_u_net_sk(&ad, other); in smack_unix_stream_connect() 3327 static int smack_unix_may_send(struct socket *sock, struct socket *other) in smack_unix_may_send() argument 3330 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() 3338 smk_ad_setfield_u_net_sk(&ad, other->sk); in smack_unix_may_send()
|
/security/yama/ |
D | Kconfig | 16 bool "Yama stacked with other LSMs"
|
/security/ |
D | security.c | 1156 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) in security_unix_stream_connect() argument 1158 return security_ops->unix_stream_connect(sock, other, newsk); in security_unix_stream_connect() 1162 int security_unix_may_send(struct socket *sock, struct socket *other) in security_unix_may_send() argument 1164 return security_ops->unix_may_send(sock, other); in security_unix_may_send()
|
D | capability.c | 596 static int cap_unix_stream_connect(struct sock *sock, struct sock *other, in cap_unix_stream_connect() argument 602 static int cap_unix_may_send(struct socket *sock, struct socket *other) in cap_unix_may_send() argument
|
D | Kconfig | 124 On arm and other archs it should not be higher than 32768.
|
/security/integrity/ima/ |
D | Kconfig | 17 values of executables and other sensitive system files,
|
/security/keys/ |
D | Kconfig | 65 if the boot PCRs and other criteria match. Userspace will only ever
|
/security/selinux/ |
D | hooks.c | 4388 struct sock *other, in selinux_socket_unix_stream_connect() argument 4392 struct sk_security_struct *sksec_other = other->sk_security; in selinux_socket_unix_stream_connect() 4400 ad.u.net->sk = other; in selinux_socket_unix_stream_connect() 4422 struct socket *other) in selinux_socket_unix_may_send() argument 4425 struct sk_security_struct *osec = other->sk->sk_security; in selinux_socket_unix_may_send() 4431 ad.u.net->sk = other->sk; in selinux_socket_unix_may_send()
|