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:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user