Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aa_may_signal

Proto:int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig)

Type:int

Parameter:

TypeParameterName
struct aa_label *sender
struct aa_label *target
intsig
211  TODO: cleanup audit init so we don't need _aad = {0,} (sa, LSM_AUDIT_DATA_NONE, OP_SIGNAL)
213  signal = map_signal_num(sig)
214  unmappedsig = sig
215  Return xcheck_labels(sender, target, profile, profile_signal_perm(profile, target, MAY_WRITE, & sa), profile_signal_perm(profile, sender, MAY_READ, & sa))
Caller
NameDescribe
apparmor_task_kill