Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aa_label_printk

Proto:void aa_label_printk(struct aa_label *label, gfp_t gfp)

Type:void

Parameter:

TypeParameterName
struct aa_label *label
gfp_tgfp
1802  ns = aa_get_current_ns()
1804  aa_label_xprintk(ns, label, FLAG_VIEW_SUBNS, gfp)
1805  aa_put_ns - decrement refcount on @ns*@ns: namespace to put reference of* Decrement reference count of @ns and if no longer in use free it
Caller
NameDescribe
profile_onexec
apparmor_bprm_set_credsapparmor_bprm_set_creds - set the new creds on the bprm struct*@bprm: binprm for the exec (NOT NULL)* Returns: %0 or error on failure* TODO: once the other paths are done see if we can't refactor into a fn
profile_transition