Searched defs:other (Results 1 - 5 of 5) sorted by relevance

/security/selinux/ss/
H A Dconditional.c266 struct cond_av_list *other; member in struct:cond_insertf_data
275 struct cond_av_list *other = data->other, *list, *cur; local
291 * If we are reading the false list other will be a pointer to
293 * 1 other entry and it is in our true list.
295 * If we are reading the true list (other == NULL) there shouldn't
296 * be any other entries.
298 if (other) {
306 for (cur = other; cur; cur = cur->next) {
352 static int cond_read_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct cond_av_list *other) argument
[all...]
/security/
H A Dcapability.c4 * This is the default security module in case no other module is loaded.
596 static int cap_unix_stream_connect(struct sock *sock, struct sock *other, argument
602 static int cap_unix_may_send(struct socket *sock, struct socket *other) argument
H A Dsecurity.c1155 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
1157 return security_ops->unix_stream_connect(sock, other, newsk);
1161 int security_unix_may_send(struct socket *sock, struct socket *other) argument
1163 return security_ops->unix_may_send(sock, other);
/security/smack/
H A Dsmack_lsm.c2474 * @sap: the other end
3277 * @other: the other sock
3281 * an object with the smack of other, otherwise an error code
3284 struct sock *other, struct sock *newsk)
3289 struct socket_smack *osp = other->sk_security;
3302 smk_ad_setfield_u_net_sk(&ad, other);
3327 * @other: the other socket
3330 * an object with the smack of other, otherwis
3283 smack_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
3332 smack_unix_may_send(struct socket *sock, struct socket *other) argument
[all...]
/security/selinux/
H A Dhooks.c425 error other than -ENODATA is returned by getxattr on
464 /* Initialize any other inodes associated with the superblock, e.g.
1484 /* All other signals. */
1593 The 'adp' parameter is optional and allows other audit
4349 struct sock *other,
4353 struct sk_security_struct *sksec_other = other->sk_security;
4361 ad.u.net->sk = other;
4383 struct socket *other)
4386 struct sk_security_struct *osec = other->sk->sk_security;
4392 ad.u.net->sk = other
4348 selinux_socket_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
4382 selinux_socket_unix_may_send(struct socket *sock, struct socket *other) argument
[all...]

Completed in 482 milliseconds