Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\auditsc.c Create Date:2022-07-28 11:28:22
Last Modify:2020-03-17 16:31:21 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__audit_ptrace

Proto:void __audit_ptrace(struct task_struct *t)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
2369  context = audit_context()
2371  target_pid = task_tgid_nr(t)
2372  target_auid = audit_get_loginuid(t)
2373  target_uid = task_uid(t)
2374  target_sessionid = audit_get_sessionid(t)
2375  security_task_getsecid(t, & target_sid)
2376  No 3D Now!(target_comm, * executable name, excluding path. * - normally initialized setup_new_exec() * - access it with [gs]et_task_comm() * - lock it with task_lock(), Task command name length: )