mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adding a few Windows configuration profiles so we can dogfood them. Most of the profiles are adaptations from the macOS profiles. I'm not an expert, adding them to the canary team for now to avoid breaking anyone's machine.
25 lines
555 B
XML
25 lines
555 B
XML
<Replace>
|
|
<!-- Enable firewall -->
|
|
<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>
|
|
<!-- Enable stealth mode -->
|
|
<Item>
|
|
<Meta>
|
|
<Format xmlns="syncml:metinf">bool</Format>
|
|
</Meta>
|
|
<Target>
|
|
<LocURI>./Vendor/MSFT/Firewall/MdmStore/DomainProfile/DisableStealthMode
|
|
</LocURI>
|
|
</Target>
|
|
<Data>true</Data>
|
|
</Item>
|
|
</Replace>
|