Page 1 of 1

OpenFilePath for print spooler

Posted: Thu Jul 09, 2015 12:35 pm
by APMichael
Hello!

Is it possible to add a special tag, so that the OpenFilePath is only valid for the "SBIE1319 Blocked spooler print to file" case?

Example: "OpenFilePath=<printspooler>,C:\Windows\TEMP" or "OpenFilePath=<SBIE1319>,C:\Windows\TEMP"

Otherwise all programs in a sandbox can use the OpenFilePath also.

Thanks.

Re: OpenFilePath for print spooler

Posted: Thu Jul 09, 2015 5:12 pm
by Curt@invincea
You can restrict it to certain processes in the normal way:
OpenFilePath=notepad.exe,C:\Windows\TEMP

Re: OpenFilePath for print spooler

Posted: Fri Jul 10, 2015 4:42 am
by APMichael
Thanks for your fast reply.

I know this already, but for the print spooler this isn't an optimal solution: You have to add an OpenFilePath for every application you are using inside a sandbox. This is not very comfortable. A special tag for the print spooler would make this much easier. (And the "issue" is caused by the print spooler and not by the applications, so a special tag for the print spooler would be the corollary.)