File security context regex pattern. More...
#include <rpmsx.h>
Data Fields | |
| const char * | pattern |
| const char * | type |
| const char * | context |
| regex_t * | preg |
| mode_t | fmode |
| int | matches |
| int | hasMetaChars |
| int | fstem |
File security context regex pattern.
Definition at line 33 of file rpmsx.h.
| const char* rpmsxp_s::context |
Security context.
Definition at line 39 of file rpmsx.h.
Referenced by rpmsxFree(), rpmsxNext(), rpmsxParse(), and rpmsxpCheckNoDupes().
| mode_t rpmsxp_s::fmode |
File type.
Definition at line 42 of file rpmsx.h.
Referenced by rpmsxParse(), and rpmsxpCheckNoDupes().
| int rpmsxp_s::fstem |
Definition at line 44 of file rpmsx.h.
Referenced by rpmsxpHasMetaChars(), and rpmsxSort().
| const char* rpmsxp_s::pattern |
File path regex pattern.
Definition at line 35 of file rpmsx.h.
Referenced by rpmsxFree(), rpmsxNext(), rpmsxParse(), rpmsxpCheckNoDupes(), and rpmsxpHasMetaChars().
| regex_t* rpmsxp_s::preg |
| const char* rpmsxp_s::type |
File type string.
Definition at line 37 of file rpmsx.h.
Referenced by rpmsxFree(), and rpmsxParse().
1.6.1