Code cannot be executed with root privileges under Linux. Why?

Hi, guys! first requirement for my architecture is work as root.
I try to run dedicated server under Linux, but it crash with message:
“Refusing to run with root privileges.”
But it works, if I run it as a simple user. Checking in “Engine\Source\Runtime\Core\Private\Linux\LinuxPlatformMemory.cpp:30” is reason of my problem, which does impossible execution of code with root privileges.
Why you didn’t leave chances to run my code as root? For example, via command line parameters?

Duplicate of Code cannot be executed with root privileges under Linux. Why? - Platform & Builds - Epic Developer Community Forums