Is there a way to block other UEFI RT services from running when I execute a Linux program that calls the UEFI RT service? Either from the linux side or from the UEFI side is ok (Both are written in C).
That is, when my program executes, it calls UEFI RT service to perform task A. I don't know what other tasks are. There may be ABCDEFG tasks that call the RT service. However, I only want A to be executed.
The reason behind this is that some other RT service(s) is causing data corruption to the output of my program but I don't know which one. And I have no access to the source code.