Voting

: six plus two?
(Example: nine)

The Note You're Voting On

Stressed dev. Permission issue (SELinux)
3 years ago
If you're using CentOS 8 and you're having folder permissions problems, remember to disable SELinux during development. (/etc/selinux/config), just change to disabled or permissive. Then when your project is going live switch it back to enforcing and add the proper se context.

<< Back to user notes page

To Top