Searched defs:TagSandboxSection (Results 1 – 1 of 1) sorted by relevance
132 typedef struct TagSandboxSection { struct133 SandboxMountNode sandboxNode;134 struct ListNode front; // mount-path135 char *name;136 uint32_t number : 16;137 uint32_t gidCount : 16;138 gid_t *gidTable; // "gids": [1006, 1008],139 uint32_t sandboxSwitch : 1; // "sandbox-switch": "ON",140 uint32_t sandboxShared : 1; // "sandbox-switch": "ON",141 SandboxMountNode **nameGroups;