mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Removes 'rwx' permissions for global users
- the tests make an assumption that the permissions on the /tmp dir have not been altered
This commit is contained in:
parent
76f198399b
commit
d7768e620f
@ -51,7 +51,7 @@ var _ = framework.KubeDescribe("HostPath", func() {
|
|||||||
fmt.Sprintf("--file_mode=%v", volumePath),
|
fmt.Sprintf("--file_mode=%v", volumePath),
|
||||||
}
|
}
|
||||||
f.TestContainerOutput("hostPath mode", pod, 0, []string{
|
f.TestContainerOutput("hostPath mode", pod, 0, []string{
|
||||||
"mode of file \"/test-volume\": dtrwxrwxrwx", // we expect the sticky bit (mode flag t) to be set for the dir
|
"mode of file \"/test-volume\": dtrwxrwx", // we expect the sticky bit (mode flag t) to be set for the dir
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user