mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-16 23:11:16 +01:00
fix: remove host bind mount for /tmp for trustd
Not sure why this mount was needed, but it was added long time ago, and I believe it's no longer needed. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
ce4c404e14
commit
398151e64f
@ -138,7 +138,6 @@ func (t *Trustd) Runner(r runtime.Runtime) (runner.Runner, error) {
|
||||
|
||||
// Set the mounts.
|
||||
mounts := []specs.Mount{
|
||||
{Type: "bind", Destination: "/tmp", Source: "/tmp", Options: []string{"rbind", "rshared", "rw"}},
|
||||
{Type: "bind", Destination: filepath.Dir(constants.TrustdRuntimeSocketPath), Source: filepath.Dir(constants.TrustdRuntimeSocketPath), Options: []string{"rbind", "ro"}},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user