Update default description for operating system policy (#3556)

- Update default description for operating system policy to make it clear that the policy attempts to match the exact version
This commit is contained in:
Noah Talerman 2022-01-04 12:24:07 -05:00 committed by GitHub
parent f29b2a6fac
commit ddff616ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -434,7 +434,7 @@ const HostDetailsPage = ({
: setLastEditedQueryName(osPolicyLabel);
setPolicyTeamId(host?.team_id ? host?.team_id : 0);
setLastEditedQueryDescription(
"Returns yes or no for detecting operating system and version"
"Checks to see if the exact operating system and version are installed on a host."
);
setLastEditedQueryBody(osPolicy);
setLastEditedQueryResolution("");