Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__aa_remove_ns - remove a namespace and all its children*@ns: namespace to be removed (NOT NULL)* Requires: ns->parent->lock be held and ns removed from parent.

Proto:void __aa_remove_ns(struct aa_ns *ns)

Type:void

Parameter:

TypeParameterName
struct aa_ns *ns
363  list_del_rcu - deletes entry from list without re-initialization*@entry: the element to delete from the list
364  destroy_ns - remove everything contained by @ns*@ns: namespace to have it contents removed (NOT NULL)
365  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
aa_remove_profilesaa_remove_profiles - remove profile(s) from the system*@policy_ns: namespace the remove is being done from*@subj: label attempting to remove policy*@fqname: name of the profile or namespace to remove (NOT NULL)*@size: size of the name* Remove a profile or
__ns_list_release
ns_rmdir_op