CernVM-FS
2.12.0
|
#include "globals.h"
Go to the source code of this file.
Variables | |
bool | g_claim_ownership = false |
bool | g_raw_symlinks = false |
uid_t | g_uid = 0 |
gid_t | g_gid = 0 |
bool | g_world_readable = false |
bool g_claim_ownership = false |
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 = 0 |
Definition at line 14 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
bool g_raw_symlinks = false |
Definition at line 12 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
uid_t g_uid = 0 |
Definition at line 13 of file globals.cc.
Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().
bool g_world_readable = false |
Definition at line 15 of file globals.cc.
Referenced by catalog::SqlLookup::GetDirent(), and MountPoint::SetupOwnerMaps().