go-tpm-tools
go-tpm-tools copied to clipboard
[launcher] Add configurable /dev/shm size and tmpfs mount option
CS operators can use tee-dev-shm-size to increase the size of the /dev/shm mount for the workload.
CS operators can use tee-mount
to specify tmpfs mounts in the running container. For example: type=tmpfs,source=tmpfs,destination=/tmp;type=tmpfs,source=tmpfs,destination=/tmp2,size=12345
.
This interacts with the tee.launch_policy.allow_mount_destination
launch policy that configures what the allowable mount points for a given workload are.