InterviewSolution
| 1. |
How Do I Define My Own Code Group? |
|
Answer» Use caspol. For example, suppose you trust code from www.mydomain.com and you want it have full ACCESS to your SYSTEM, but you want to KEEP the default restrictions for all other internet sites. To achieve this, you would add a new code group as a sub-group of the 'Zone - Internet' group, like this: caspol -AG 1.3 -site www.mydomain.com FullTrust 1.3. Zone - Internet: Internet ... Use caspol. For example, suppose you trust code from www.mydomain.com and you want it have full access to your system, but you want to keep the default restrictions for all other internet sites. To achieve this, you would add a new code group as a sub-group of the 'Zone - Internet' group, like this: caspol -ag 1.3 -site www.mydomain.com FullTrust 1.3. Zone - Internet: Internet ... |
|