Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

An application gets caught by a policy and this action sets an environment variable that the application can use. Any application it spawns would have that same environment variable, from there additional application filters and policies could be used to catch that specific environment variable and do something about it. One example that has occurred for this action is when installers spawn multiple installers. For example, a customer creates 2 policies: one that catches the initial trusted installer and another that catches a specific environmental variable. The first policy elevates and adds a specific environment variable such as "ArelliaCatchThisVariable=TrUsT3D", then the second policy will look at all applications for that specific environment variable (this is why you never should make it something that someone would think of easily) and elevate those applications.

  • No labels