You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
<?xml version="1.0"?>
|
|
|
|
<!-- **********************************************************************-->
|
|
<!-- -->
|
|
<!-- Copyright (c) 2000-2001 Microsoft Corporation -->
|
|
<!-- -->
|
|
<!-- This is the form of the Security Policy that the UI will output -->
|
|
<!-- -->
|
|
<!-- The transforms will utilize this to generate cfg/rbk scripts -->
|
|
<!-- -->
|
|
<!-- This policy file will not ship since it is generated by the UI -->
|
|
<!-- -->
|
|
<!-- **********************************************************************-->
|
|
|
|
<!-- **********************************************************************-->
|
|
<!-- -->
|
|
<!-- Revision History: -->
|
|
<!-- -->
|
|
<!-- 10/25/2001 - First Draft Security Policy (vishnup) -->
|
|
<!-- -->
|
|
<!-- **********************************************************************-->
|
|
|
|
|
|
<SSRSecurityPolicy>
|
|
<Services Disablemethod="Explicit">
|
|
<Service Name="Alerter" StartupMode="Disabled" />
|
|
<Service Name="NetDDE" StartupMode="Ignored" />
|
|
<Service Name="LanManServer" StartupMode="Automatic" />
|
|
<Service Name="Browser" StartupMode="Manual" />
|
|
<Service Name="NetBT" StartupMode="Boot" />
|
|
</Services>
|
|
</SSRSecurityPolicy>
|