Am 20.11.24 um 13:06 schrieb Trevor Hemsley via selinux:
On 20/11/2024 12:03, Sam Morris via selinux wrote:
There's also a soft symlink at /var/www/html/ftc-data that points to /var/ftc-data
Why not just bind mount /var/ftc-data on /var/www/html/ftc-data?
one might also use the equal option of fcontext:
semanage fcontext --add --equal /var/www/html/ /var/ftc-data/ restorecon -rv /var/ftc-data
To have the same selinux fcontext for /var/ftc-data as /var/www/html