libini_config  0.6.1
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Macros
Access control check flags

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...
 

Detailed Description

Macro Definition Documentation

#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.