Portworx 2.6 fails on OKD (OpenShift) 4.5 using the operator

Hi

I tried to install Portworx 2.6 using the Operator on OKD 4.5. It fails due to some permissions.

Nov 06 09:19:47 compute-0 systemd[83470]: portworx.service: Failed to execute command: Permission denied
Nov 06 09:19:47 compute-0 systemd[83470]: portworx.service: Failed at step EXEC spawning /var/opt/pwx/bin/px-runc: Permission denied
Nov 06 09:19:47 compute-0 systemd[1]: portworx.service: Main process exited, code=exited, status=203/EXEC

OKD uses Fedora CoreOS (fedora-coreos-32.20201004.3.0) as the operating system.
I have pasted the full log.

I got the service working by applying bin_t context to the px-runc

chcon -t bin_t /var/opt/pwx/bin/px-runc