Is it possible to create a new code group based on path?
For example, the default gives full trust to local programs. Is it possible
to retain full trust for, sy, C:\Program Files while
placing limitations on programs loaded into a user's MyDocuments folder?
dan buskirk
sam.j.moorhouse@gmail.com - 27 Jul 2007 18:56 GMT
It certainly is. You can use the URL-type path with a 'file:///'
prefix:
c:\>caspol -q -machine -addgroup 1 -url file://c:/progra~1/* FullTrust
#or something
then restrict the trust for my documents in a similar manner.