|
libini_config 0.6.2
|
Macros | |
| #define | INI_ACCESS_CHECK_MODE 0x00000001 |
| Validate access mode. More... | |
| #define | INI_ACCESS_CHECK_UID 0x00000002 |
| Validate uid. More... | |
| #define | INI_ACCESS_CHECK_GID 0x00000004 |
| Validate gid. More... | |
| #define INI_ACCESS_CHECK_MODE 0x00000001 |
Validate access mode.
If this flag is specified the mode parameter will be matched against the permissions set on the file using the provided mask.
| #define INI_ACCESS_CHECK_UID 0x00000002 |
Validate uid.
Provided uid will be checked against uid of the file.
| #define INI_ACCESS_CHECK_GID 0x00000004 |
Validate gid.
Provided gid will be checked against gid of the file.