I have a piece of code inserted in every system call (linux), which will get executed only when a flag variable is set to true. This flag variable shall be set in the user space (by the user). Dynamic changes in the flag variable should get reflected in the system calls where the custom code is inserted. How can one do this? Thank you!