Skip to content

Commit 78d3f10

Browse files
[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 <[email protected]> * Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts Co-authored-by: Gabriel Landau <[email protected]> * lint Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Gabriel Landau <[email protected]> (cherry picked from commit 49f8b2e) Co-authored-by: Kevin Logan <[email protected]>
1 parent 3065bbd commit 78d3f10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,4 +862,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
862862
}
863863
),
864864
},
865+
{
866+
key: 'windows.advanced.memory_protection.shellcode_trampoline_detection',
867+
first_supported_version: '8.1',
868+
documentation: i18n.translate(
869+
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.memory_protection.shellcode_trampoline_detection',
870+
{
871+
defaultMessage:
872+
'Enable trampoline-based shellcode injection detection as a part of memory protection. Default: true',
873+
}
874+
),
875+
},
865876
];

0 commit comments

Comments
 (0)