Prerequisite:You are using the WSA with a root permission enabled.
1) Open Windows Terminal and enter
adb connect localhost:58526
to connect to your subsystem.
2) Enter following commands in sequence
adb shell
su
setenforce 0
to turn off SELinux.
3) Enjoy.
Attention: This functions until you restart your subsystem.