Documentation
¶
Overview ¶
Package user defines the unprivileged sandbox user that container file operations write as. Files written via the sandbox file APIs are chowned to this owner so subsequent exec calls (which also run as this user) can read and modify them. Hardcoded to match the convention established by the provisioning scripts, which create `pixel` at uid 1000.
Index ¶
Constants ¶
View Source
const ( UID = 1000 GID = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.