![]() |
CernVM-FS
2.13.0
|
#include <unistd.h>
Go to the source code of this file.
Variables | |
bool | g_claim_ownership |
bool | g_raw_symlinks |
uid_t | g_uid |
gid_t | g_gid |
bool | g_world_readable |
bool g_claim_ownership |
This file is part of the CernVM File System.
Definition at line 11 of file globals.cc.
Referenced by catalog::SqlLookup::GetDirent(), and MountPoint::SetupOwnerMaps().
gid_t g_gid |
Definition at line 14 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
bool g_raw_symlinks |
Definition at line 12 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
uid_t g_uid |
Definition at line 13 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
bool g_world_readable |
Definition at line 15 of file globals.cc.
Referenced by catalog::SqlLookup::GetDirent(), and MountPoint::SetupOwnerMaps().