4#ifndef RUDIMENTS_PERMISSIONS_H
5#define RUDIMENTS_PERMISSIONS_H
7#include <rudiments/private/permissionsincludes.h>
213 #include <rudiments/private/permissions.h>
Definition permissions.h:28
static mode_t getOthersReadWrite()
static mode_t getEveryoneReadWrite()
static mode_t getOwnerExecute()
static mode_t getEveryoneReadWriteExecute()
static mode_t getOthersExecute()
static mode_t getOthersReadExecute()
static mode_t getOwnerReadExecute()
static mode_t getOwnerReadWrite()
static mode_t getOwnerReadWriteExecute()
static bool setFilePermissions(int32_t fd, mode_t perms)
static mode_t getOthersRead()
static mode_t getSaveInSwapSpace()
static mode_t getSetGroupId()
static mode_t getSetUserId()
static mode_t getGroupExecute()
static char * parsePermOctal(mode_t mode)
static mode_t getGroupReadWriteExecute()
static mode_t getOwnerWrite()
static mode_t getGroupReadExecute()
static mode_t getGroupWrite()
static bool setFilePermissions(const char *filename, mode_t perms)
static mode_t getOthersReadWriteExecute()
static mode_t getOwnerRead()
static mode_t parsePermString(const char *permstring)
static mode_t getGroupRead()
static mode_t getGroupReadWrite()
static mode_t getOthersWrite()