Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_init_ctx - set a task context and profile on the first task.* TODO: allow setting an alternate profile than unconfined

Proto:static int __init set_init_ctx(void)

Type:int

Parameter:Nothing

1643  cred = real_cred
1645  set_cred_label(cred, aa_get_label(ns_unconfined(root_ns)))
1647  Return 0
Caller
NameDescribe
apparmor_init