Home
last modified time | relevance | path

Searched defs:TagSandboxSection (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h132 typedef struct TagSandboxSection { struct
133 SandboxMountNode sandboxNode;
134 struct ListNode front; // mount-path
135 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;