Skip to content

Commit

Permalink
[Security Solution] add advanced policy option for Linux Malware quar…
Browse files Browse the repository at this point in the history
…antine (#104984) (#105013)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts
  • Loading branch information
kevinlog authored Jul 9, 2021
1 parent 2cfa229 commit a789f39
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
}
),
},
{
key: 'linux.advanced.malware.quarantine',
first_supported_version: '7.14',
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.malware.quarantine',
{
defaultMessage:
'Whether quarantine should be enabled when malware prevention is enabled. Default: true.',
}
),
},
];

0 comments on commit a789f39

Please sign in to comment.