From 72827bc3add9550f388a1f5658a4f96d290e5582 Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Fri, 31 May 2024 10:18:14 -0400 Subject: [PATCH] Update authdb.yml (#19399) Fixed copy+paste or find+replace booboo when scalar was changed from >- to |- Copy operation caught up the angle brackets used around "right_name" in this doc. Thanks. --- schema/tables/authdb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/tables/authdb.yml b/schema/tables/authdb.yml index 466afb8cfe..43834d1907 100644 --- a/schema/tables/authdb.yml +++ b/schema/tables/authdb.yml @@ -1,19 +1,19 @@ name: authdb platforms: - darwin -description: The macOS authorizationdb is used by Mac admins to give their users or themselves granular permissions on the Macs they manage. The `authdb` osquery table returns JSON output for the `authorizationdb read ` command. evented: false columns: - name: right_name type: text required: true description: |- - The right_name to query in the `authorizationdb read ` command. - name: json_result type: text required: false description: |- - The JSON output parsed from the plist output of the `authorizationdb read