Access control check flags

Defines

#define INI_ACCESS_CHECK_MODE   0x00000001
 Validate access mode.
#define INI_ACCESS_CHECK_UID   0x00000002
 Validate uid.
#define INI_ACCESS_CHECK_GID   0x00000004
 Validate gid.

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


Generated on 16 Aug 2014 for libini_config by  doxygen 1.6.1