diff --git a/public/docs-static/img/how-to-guides/posture-check-create-list.png b/public/docs-static/img/how-to-guides/posture-check-create-list.png index be4dd354..3a48bf46 100644 Binary files a/public/docs-static/img/how-to-guides/posture-check-create-list.png and b/public/docs-static/img/how-to-guides/posture-check-create-list.png differ diff --git a/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png b/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png index f08ffa28..892bfb4a 100644 Binary files a/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png and b/public/docs-static/img/how-to-guides/posture-check-netbird-version-enabled.png differ diff --git a/public/docs-static/img/how-to-guides/supported-posture-checks-list.png b/public/docs-static/img/how-to-guides/supported-posture-checks-list.png index 62939212..3a48bf46 100644 Binary files a/public/docs-static/img/how-to-guides/supported-posture-checks-list.png and b/public/docs-static/img/how-to-guides/supported-posture-checks-list.png differ diff --git a/src/pages/how-to/manage-posture-checks.mdx b/src/pages/how-to/manage-posture-checks.mdx index 2d27bfcc..3f623b74 100644 --- a/src/pages/how-to/manage-posture-checks.mdx +++ b/src/pages/how-to/manage-posture-checks.mdx @@ -17,7 +17,7 @@ While we plan to expand the range of posture checks, these are the checks curren - Country & Region Check - Operating System Check - Peer Network Range Check - +- Process Check
@@ -64,6 +64,8 @@ Below are some examples of OS versions for each operating system:
The peer network range check verifies if a device is in certain IP ranges before it can connect. This check is useful when wanting to control access based on the network location of a peer. For example, disabling a connection to a routing peer when the peer is connecting from the office network range.
+### Process check
+The process check verifies whether a specific process is running on the connecting device. This check is useful when you want to control access based on the presence of a specific process on the connecting device. It's applicable to Linux, macOS, and Windows devices.
## Managing posture checks