Function report |
Source Code:security\apparmor\file.c |
Create Date:2022-07-28 19:54:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xindex_is_subset - helper for aa_path_link*@link: link permission set*@target: target permission set* test target x permissions are equal OR a subset of link x permissions* this is done as part of the subset test, where a hardlink must have
Proto:static inline bool xindex_is_subset(unsigned int link, unsigned int target)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | link | |
unsigned int | target |
360 | If (link & ~AA_X_UNSAFE) != (target & ~AA_X_UNSAFE) || link & AA_X_UNSAFE && Not (target & AA_X_UNSAFE) Then Return 0 |
364 | Return 1 |
Name | Describe |
---|---|
profile_path_link |
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 |