Skip to content

Commit 8bbe855

Browse files
committed
[Security Solution] Addition advanced policy options for 8.1
1 parent 73cc08e commit 8bbe855

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,4 +862,24 @@ 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: 'Description here. Default: true',
872+
}
873+
),
874+
},
875+
{
876+
key: 'windows.advanced.process_handle',
877+
first_supported_version: '8.1',
878+
documentation: i18n.translate(
879+
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.process_handle',
880+
{
881+
defaultMessage: 'Description here. Default: true',
882+
}
883+
),
884+
},
865885
];

0 commit comments

Comments
 (0)