Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\lsm.c Create Date:2022-07-28 19:53:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:apparmor_socket_accept - check perms before accepting a new connection.* Note: while @newsock is created and has some information, the accept* has not been done.

Proto:static int apparmor_socket_accept(struct socket *sock, struct socket *newsock)

Type:int

Parameter:

TypeParameterName
struct socket *sock
struct socket *newsock
920  AA_BUG(!sock)
921  AA_BUG(!sk)
922  AA_BUG(!newsock)
923  AA_BUG(in_interrupt())
925  Return af_select(sk_family, accept_perm(sock, newsock), aa_sk_perm(OP_ACCEPT, AA_MAY_ACCEPT, sk))