home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / FileSys.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  31 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  4.   <displayName>enter display name here</displayName>
  5.   <description>enter description here</description>
  6.   <resources>
  7.     <stringTable>
  8.       <string id="NTFS">NTFS Filesystem</string>
  9.       <string id="SymlinkEvalExplain">Symbolic links can introduce vulnerabilities in certain applications. To mitigate this issue, you can selectively enable or disable the evaluation of these types of symbolic links:
  10.  
  11. Local Link to a Local Target
  12. Local Link to a Remote Target
  13. Remote Link to Remote Target
  14. Remote Link to Local Target
  15.  
  16. For further information please refer to the Windows Help section
  17.  
  18. NOTE: If this policy is Disabled or Not Configured, local administrators may select the types of symbolic links to be evaluated.</string>
  19.       <string id="SymlinkEvaluation">Selectively allow the evaluation of a symbolic link.</string>
  20.     </stringTable>
  21.     <presentationTable>
  22.       <presentation id="SymlinkEvaluation">
  23.         <checkBox refId="SymLinkClassL2L">Local Link to Local Target</checkBox>
  24.         <checkBox refId="SymLinkClassL2R">Local Link to a Remote Target</checkBox>
  25.         <checkBox refId="SymLinkClassR2R">Remote Link to Remote Target</checkBox>
  26.         <checkBox refId="SymLinkClassR2L">Remote Link to Local Target</checkBox>
  27.       </presentation>
  28.     </presentationTable>
  29.   </resources>
  30. </policyDefinitionResources>
  31.