access_check Struct Reference
[Constants and structures related to augmentation.]

#include <ini_configobj.h>


Data Fields

uint32_t flags
uid_t uid
gid_t gid
mode_t mode
mode_t mask


Detailed Description

Structure to pass access check parameters to augmentation function.

Field Documentation

Define what to check. One can check file permissions with mask, uid, and gid of the file. See Access control check flags constants.

Expected uid of the file.

Expected gid of the file.

Expected mode of the file.

Mask to use in the mode check. Mask is always adjusted to include at least S_IRWXU, S_IRWXG and S_IRWXO.


The documentation for this struct was generated from the following file:

Generated on Fri Jul 29 10:33:03 2016 for libini_config by  doxygen 1.5.6