mirror of https://github.com/k3s-io/k3s
Removes 'rwx' permissions for global users
- the tests make an assumption that the permissions on the /tmp dir have not been alteredpull/6/head
parent
76f198399b
commit
d7768e620f
|
@ -51,7 +51,7 @@ var _ = framework.KubeDescribe("HostPath", func() {
|
|||
fmt.Sprintf("--file_mode=%v", volumePath),
|
||||
}
|
||||
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