ProcInfo
ProcInfo copied to clipboard
On User Switch (Without Restart) , Executable is not blocking processes.
I am using ProcInfo Framework to read a txt file with bundle id's and block launching of the specific applications . I have written a script to launch the executable in every startup. It is launching .
On first launch, Executable is blocking the applications properly. But when the user switches to other user, without a restart / shutdown, blocking of the applications is not working. Confirmed that the executable is running in background in Activity Monitor.
To Note - Exe is run as root.
Any help on this