函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\label.c Create Date:2022-07-27 21:45:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:aa_label_printk

函数原型:void aa_label_printk(struct aa_label *label, gfp_t gfp)

返回类型:void

参数:

类型参数名称
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
调用者
名称描述
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