[Security Solution] update linux deadlock description + help link (#138561)

This commit is contained in:
Joey F. Poon 2022-08-11 14:10:40 -05:00 committed by GitHub
parent 94b51c4da5
commit e5550d466c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -357,7 +357,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
policyResponseTroubleshooting: {
full_disk_access: `${SECURITY_SOLUTION_DOCS}deploy-elastic-endpoint.html#enable-fda-endpoint`,
macos_system_ext: `${SECURITY_SOLUTION_DOCS}deploy-elastic-endpoint.html#system-extension-endpoint`,
linux_deadlock: `${SECURITY_SOLUTION_DOCS}ts-management.html`,
linux_deadlock: `${SECURITY_SOLUTION_DOCS}ts-management.html#linux-deadlock`,
},
responseActions: `${SECURITY_SOLUTION_DOCS}response-actions.html`,
},

View file

@ -390,8 +390,13 @@ export const descriptions = Object.freeze(
],
[
'linux_deadlock',
// intentionally blank for now: https://github.com/elastic/security-team/issues/4264#issuecomment-1194136633
'',
i18n.translate(
'xpack.securitySolution.endpoint.details.policyResponse.description.linux_deadlock',
{
defaultMessage:
'Malware protection was disabled to avoid a potential system deadlock. To resolve this issue, the file systems causing this need to be identified in integration policy advanced settings (linux.advanced.fanotify.ignored_filesystems). Learn more in our',
}
),
],
])
);
@ -421,7 +426,7 @@ const linkTexts = Object.freeze(
i18n.translate(
'xpack.securitySolution.endpoint.details.policyResponse.link.text.linux_deadlock',
{
defaultMessage: ' Learn more.',
defaultMessage: ' troubleshooting docs.',
}
),
],