We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/var/lib/rancher/k3s/storage is set to system_u:object_r:container_var_lib_t:s0 by default
/var/lib/rancher/k3s/storage
system_u:object_r:container_var_lib_t:s0
This prevents the local volume provisioning from working.
type should be container_file_t. applying this type with chcon fixes the issue
The text was updated successfully, but these errors were encountered:
My attempt at translating @maci0's comment into a command is the below but it doesn't work. Can anyone tell me why?
sudo chcon system_u:object_r:container_file_t:s0 /var/lib/rancher/k3s/storage
Sorry, something went wrong.
Can you share the error you're receiving?
@brandond - It actually does seem to work, my bad, thanks for your swift response
No branches or pull requests
/var/lib/rancher/k3s/storage
is set tosystem_u:object_r:container_var_lib_t:s0
by defaultThis prevents the local volume provisioning from working.
type should be container_file_t. applying this type with chcon fixes the issue
The text was updated successfully, but these errors were encountered: