mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 20:29:31 +00:00
local-storage: Fix permission (#7217)
* local-storage: Fix permission /var/lib/rancher/k3s/storage/ should be 700 /var/lib/rancher/k3s/storage/* should be 777 Fixes #2348 Signed-off-by: Boleyn Su <boleyn.su@gmail.com> * Fix pod command field type * Fix to int test Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: Boleyn Su <boleyn.su@gmail.com> Signed-off-by: Derek Nola <derek.nola@suse.com> Co-authored-by: Brad Davidson <brad@oatmail.org> Co-authored-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -129,7 +129,7 @@ data:
|
||||
esac
|
||||
done
|
||||
mkdir -m 0777 -p ${absolutePath}
|
||||
chmod 701 ${absolutePath}/..
|
||||
chmod 700 ${absolutePath}/..
|
||||
teardown: |-
|
||||
#!/bin/sh
|
||||
while getopts "m:s:p:" opt
|
||||
|
||||
Reference in New Issue
Block a user