From 2ae011b962b47597c146de427b04d4e4706d846d Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Wed, 29 Mar 2023 10:12:04 -0700 Subject: [PATCH] clarify blank username attribute is global (#10836) Came from https://github.com/fleetdm/fleet/issues/8119 --- schema/tables/managed_policies.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/tables/managed_policies.yml b/schema/tables/managed_policies.yml index 619319c977..7d4e05bee1 100644 --- a/schema/tables/managed_policies.yml +++ b/schema/tables/managed_policies.yml @@ -1,4 +1,7 @@ name: managed_policies +columns: + - name: username + description: policy only applies to the listed user. Blank if global. examples: >- Check if critical software update installation is enabled via a profile (1 = enabled)