Function report |
Source Code:security\apparmor\lib.c |
Create Date:2022-07-28 19:50:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_splitn_fqname
Proto:const char *aa_splitn_fqname(const char *fqname, size_t n, const char **ns_name, size_t *ns_len)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | fqname | |
size_t | n | |
const char ** | ns_name | |
size_t * | ns_len |
87 | name = skipn_spaces - Removes leading whitespace from @str.*@str: The string to be stripped.* Returns a pointer to the first non-whitespace character in @str.* if all whitespace will return NULL |
89 | * ns_name = NULL |
90 | ns_len = 0 |
92 | If Not name Then Return NULL |
95 | If name[0] == ':' Then |
98 | If Not ns_name Then Return NULL |
100 | If split Then |
104 | split++ |
108 | Else |
117 | Return name |
Name | Describe |
---|---|
aa_fqlookupn_profile | |
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 |
unpack_profile | pack_profile - unpack a serialized profile*@e: serialized data extent information (NOT NULL)* NOTE: unpack profile sets audit struct if there is a failure |
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 |