mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
- Updated Windows policies with human readable names so they appear cleaner in Fleet UI, rather than by their file names. Ex: `Disable OneDrive` vs `disable-onedrive`
72 lines
No EOL
1.8 KiB
XML
72 lines
No EOL
1.8 KiB
XML
<Replace>
|
|
<!-- Enable Firewall for Domain Profile -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/DomainProfile/EnableFirewall</LocURI>
|
|
</Target>
|
|
<Data>true</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Disable ability for user to override at domain level -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/DomainProfile/AllowLocalPolicyMerge</LocURI>
|
|
</Target>
|
|
<Data>false</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Enable Firewall for Private Profile -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/PrivateProfile/EnableFirewall</LocURI>
|
|
</Target>
|
|
<Data>true</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Disable ability for user to override at private profile level -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/PrivateProfile/AllowLocalPolicyMerge</LocURI>
|
|
</Target>
|
|
<Data>false</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Enable Firewall for Public Profile -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/PublicProfile/EnableFirewall</LocURI>
|
|
</Target>
|
|
<Data>true</Data>
|
|
</Item>
|
|
</Replace>
|
|
<Replace>
|
|
<!-- Disable ability for user to override at public profile level -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/PublicProfile/AllowLocalPolicyMerge</LocURI>
|
|
</Target>
|
|
<Data>false</Data>
|
|
</Item>
|
|
</Replace> |