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

[launcher] Fix token directory permission

Open jkl73 opened this issue 2 years ago • 0 comments
trafficstars

Current token directory has permission drw-r--r--, so only root can access the token file inside. This is fine if the container process is run as root. But if the container process is run as a non-root user, it won't be able to access the token file.

Change the permission so any process can access the token file.

Changing the permission of /tmp/container_runner directory drw-r-xr-x

jkl73 avatar Jul 28 '23 23:07 jkl73