Function report |
Source Code:security\apparmor\include\lib.h |
Create Date:2022-07-28 19:48:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_dfa_null_transition - step to next state after null character*@dfa: the dfa to match against*@start: the state of the dfa to start matching in* aa_dfa_null_transition transitions to the next state after a null* character which is not used in standard
Proto:static inline unsigned int aa_dfa_null_transition(struct aa_dfa *dfa, unsigned int start)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_dfa * | dfa | |
unsigned int | start |
84 | Return aa_dfa_next(dfa, start, 0) |
Name | Describe |
---|---|
aa_xattrs_match | aa_xattrs_match - check whether a file matches the xattrs defined in profile*@bprm: binprm struct for the process to validate*@profile: profile to match against (NOT NULL)*@state: state to start match in* Returns: number of extended attributes that |
profile_onexec | |
profile_path_link | |
do_match_mnt | Returns 0 on success else element that match failed in, this is the* index into the mnt_info_table above |
build_pivotroot | helper fn for transition on pivotroot* Returns: label for transition or ERR_PTR. Does not return NULL |
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 |