Skip to content

Commit 5fb37a6

Browse files
Signature option available for macOS Trusted Apps conditions (#6183)
1 parent 863c54f commit 5fb37a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/management/admin/trusted-apps.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add a trusted application:
3737
* `Field`: Select a field to identify the trusted application:
3838
** `Hash`: The MD5, SHA-1, or SHA-256 hash value of the application's executable.
3939
** `Path`: The full file path of the application's executable.
40-
** `Signature`: (Windows only) The name of the application's digital signer.
40+
** `Signature`: (Windows and macOS only) The name of the application's digital signer.
4141
+
4242
TIP: To find the signer's name for an application, go to *Kibana* -> *Discover* and query the process name of the application's executable (for example, `process.name : "mctray.exe"` for a McAfee security binary). Then, search the results for the `process.code_signature.subject_name` field, which contains the signer's name (for example, `McAfee, Inc.`).
4343

docs/serverless/edr-manage/trusted-apps-ov.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To add a trusted application:
4242
+
4343
*** `Hash`: The MD5, SHA-1, or SHA-256 hash value of the application's executable.
4444
*** `Path`: The full file path of the application's executable.
45-
*** `Signature`: (Windows only) The name of the application's digital signer.
45+
*** `Signature`: (Windows and macOS only) The name of the application's digital signer.
4646
+
4747
[TIP]
4848
====

0 commit comments

Comments
 (0)