Function report |
Source Code:security\apparmor\net.c |
Create Date:2022-07-28 19:54:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_label_sk_perm
Proto:static int aa_label_sk_perm(struct aa_label *label, const char *op, unsigned int request, struct sock *sk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_label * | label | |
const char * | op | |
unsigned int | request | |
struct sock * | sk |
146 | error = 0 |
151 | If Not unconfined(label) Then |
153 | DEFINE_AUDIT_SK(sa, op, sk) |
155 | error = fn_for_each_confined(label, profile, aa_profile_af_sk_perm(profile, & sa, request, sk)) |
159 | Return error |
Name | Describe |
---|---|
aa_sk_perm | |
aa_sock_file_perm |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |