From 149ba5b24abfc312e30766982ef06eb9f5de785f Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Wed, 7 Dec 2022 08:16:06 -0800 Subject: [PATCH] document new icloud_private_relay table (#8910) * document new icloud_private_relay table * Update icloud_private_relay.yml * "enabled" instead of "turned on" Co-authored-by: Guillaume Ross Co-authored-by: Guillaume Ross --- schema/tables/icloud_private_relay.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 schema/tables/icloud_private_relay.yml diff --git a/schema/tables/icloud_private_relay.yml b/schema/tables/icloud_private_relay.yml new file mode 100644 index 0000000000..d29145ffc2 --- /dev/null +++ b/schema/tables/icloud_private_relay.yml @@ -0,0 +1,7 @@ +name: icloud_private_relay +description: Whether (iCloud Private Relay)[https://support.apple.com/en-us/HT212614] is enabled. +columns: + - name: status + description: whether iCloud Private Relay is on or off. 1 is on. 0 is off. +notes: >- + - This table is not a core osquery table. It is included as part of Fleetd, the osquery manager from Fleet.