mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
This reverts commit 61f2d5fe58
.
This query already existed here: https://fleetdm.com/queries/automatic-installation-of-operating-system-updates-is-enabled-mac-os. I didn't see it because of the "built-in" default filter.
This commit is contained in:
parent
5db8383153
commit
1ecd235312
@ -1034,19 +1034,3 @@ spec:
|
||||
purpose: inventory
|
||||
tags: inventory
|
||||
contributors: zwass
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: query
|
||||
spec:
|
||||
name: macOS Auto-updates enforced by MDM
|
||||
platform: darwin
|
||||
description: Finds all hosts where a mobile device management (MDM) solution enforces macOS auto-updates.
|
||||
query: >-
|
||||
SELECT *
|
||||
FROM managed_policies AS mp
|
||||
WHERE mp.domain = "com.apple.SoftwareUpdate"
|
||||
AND mp.name = "AutomaticallyInstallMacOSUpdates"
|
||||
AND mp.value = "0";
|
||||
purpose: compliance
|
||||
tags: compliance
|
||||
contributors: zhumo
|
||||
|
Loading…
Reference in New Issue
Block a user