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
What I expected to happen: The EBS CSI driver should be able to mount volumes.
What actually happened: The SELinux policy is preventing the mount:
[ 6656.438188] audit: type=1400 audit(1594163691.743:131): avc: denied { mount } for pid=78643 comm="mount" name="/" dev="nvme2n1" ino=2 scontext=system_u:system_r:container_t:s0 tcontext=system_u:object_r:any_t:s0 tclass=filesystem permissive=0
How to reproduce the problem: Attempt to use the EBS CSI driver with v0.4.0.
The text was updated successfully, but these errors were encountered:
bcressey
Successfully merging a pull request may close this issue.
What I expected to happen:
The EBS CSI driver should be able to mount volumes.
What actually happened:
The SELinux policy is preventing the mount:
How to reproduce the problem:
Attempt to use the EBS CSI driver with v0.4.0.
The text was updated successfully, but these errors were encountered: