libini_config 0.6.2
Loading...
Searching...
No Matches
Access control check flags

Macros

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

Detailed Description

Macro Definition Documentation

◆ INI_ACCESS_CHECK_MODE

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

◆ INI_ACCESS_CHECK_UID

#define INI_ACCESS_CHECK_UID   0x00000002

Validate uid.

Provided uid will be checked against uid of the file.

◆ INI_ACCESS_CHECK_GID

#define INI_ACCESS_CHECK_GID   0x00000004

Validate gid.

Provided gid will be checked against gid of the file.