-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
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
Make start raises error "Permission denied" #10
Comments
Sorry, issue resolved. SELinux need to be disabled or configured. |
could you share your selinux settings maybe?
|
I`ve just used flan in test environment, so i simply disabled it |
Well yeah, might be okay for test systems, but is not really an option for many other systems. Don't know if this would be out of scope, though? |
We can try together to find solution to add it to user manual. I think it would be better option for others. I`ll try your solution and check it. |
As SvenMW suggested earlier - there is a solution to work with SElinux enforcing mode.
But there were one more issue with sed.
Resultant policies are: flan_scan.te module flan_scan 1.0; require { #============= container_t ============== #!!!! This avc is allowed in the current policy #!!!! This avc is allowed in the current policy my-nmap.te module my-nmap 1.0; require { #============= container_t ============== #!!!! This avc is allowed in the current policy my-mkdir.te module my-mkdir 1.0; require { #============= container_t ============== #!!!! This avc is allowed in the current policy |
Thank you so much! I also agree this could be put into the manual, as it is environment specific. |
Centos 8 last stable
Running podman raises another error
The text was updated successfully, but these errors were encountered: