Function report |
Source Code:security\apparmor\policy.c |
Create Date:2022-07-28 19:51:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__remove_profile - remove old profile, and children*@profile: profile to be replaced (NOT NULL)* Requires: namespace list lock be held, or list not be shared
Proto:static void __remove_profile(struct aa_profile *profile)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_profile * | profile |
158 | AA_BUG(!mutex_is_locked( & lock)) |
161 | __aa_profile_list_release( & profiles) |
163 | aa_label_remove( & label) |
Name | Describe |
---|---|
__aa_profile_list_release | __aa_profile_list_release - remove all profiles on the list and put refs*@head: list of profiles (NOT NULL)* Requires: namespace lock be held |
aa_remove_profiles | aa_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |