libini_config 0.5.0
Data Fields

access_check Struct Reference

#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:
 All Data Structures Variables