Lines Matching refs:SandboxSection
205 static PathMountNode *DecodeMountPathConfig(const SandboxSection *section, const cJSON *config, uint32_t type)
246 const cJSON *mountConfigs, SandboxSection *section, uint32_t type)
263 static SymbolLinkNode *DecodeSymbolLinksConfig(const SandboxSection *section, const cJSON *config)
292 SandboxSection *section)
308 APPSPAWN_STATIC int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section)
341 static int ParseMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSection *section)
400 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *configs)
456 DeleteSandboxSection((SandboxSection *)node);
477 DeleteSandboxSection((SandboxSection *)node);
496 DeleteSandboxSection((SandboxSection *)node);
522 DeleteSandboxSection((SandboxSection *)node);
531 DeleteSandboxSection((SandboxSection *)node);
630 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, config->string);
632 section = CreateSandboxSection(config->string, sizeof(SandboxSection), SANDBOX_TAG_REQUIRED);