All Collections
Troubleshooting
Linux - AVC denial with SELinux
Linux - AVC denial with SELinux

Solution for the AVC Denial error on Linux

Steve M avatar
Written by Steve M
Updated over a week ago

Linux - AVC denial with SELinux

If you receive an ‘ACV denial’ error message in your logs, run the following command to change the security context of the directory containing your OpenVPN certificates:

chcon -t cert_t /your/certificates/dir/*
Did this answer your question?