[Security Solution] Addition advanced policy options for 8.1 (#125230) (#125324)

* [Security Solution] Addition advanced policy options for 8.1

* Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>

* Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>

* lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>
(cherry picked from commit 49f8b2eff6)

Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-02-10 19:46:46 -05:00 committed by GitHub
parent 3065bbd50c
commit 78d3f10e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -862,4 +862,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
}
),
},
{
key: 'windows.advanced.memory_protection.shellcode_trampoline_detection',
first_supported_version: '8.1',
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.memory_protection.shellcode_trampoline_detection',
{
defaultMessage:
'Enable trampoline-based shellcode injection detection as a part of memory protection. Default: true',
}
),
},
];