go-tpm-tools icon indicating copy to clipboard operation
go-tpm-tools copied to clipboard

[launcher] Add configurable /dev/shm size and tmpfs mount option

Open alexmwu opened this issue 9 months ago • 15 comments

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.

alexmwu avatar May 08 '24 02:05 alexmwu