Skip to content

Commit

Permalink
update version examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Feb 22, 2024
1 parent 03c6281 commit 02e8680
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/pages/how-to/manage-posture-checks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ secure operating systems can access network resources.
The check evaluates the actual `OS version` for Android, macOS, and iOS, while for Linux and Windows, it assesses
the `kernel version`.

Below are some examples of supported OS versions for each operating system:

* Android: `8`, `10.0`, `14.3`
* macOS: `13.0`, `14.0`, `14.1.0`
* iOS: `14.0`, `15.0.4`
* Linux: `5.4.3`, `5.10`, `6.1.0`
* Windows: `10.0.19041`, `10.0.22000`, `10.0.22631`
Below are some examples of OS versions for each operating system:

* Android 14 Upside Down Cake: `14`, `14.3`
* macIS 13 Ventura: `13`, `13.6.4`
* macOS 14 Sonoma: `14`, `14.3.1`
* iOS 16 / iPadOS 16: `16`, `16.7.5`
* Linux kernel: `6`, `6.7.5`
* Windows 10, version 22H2: `10.0.19045`
* Windows 11, version 23H2: `10.0.22631`
* Windows Server 2022, Version 21H2: `10.0.20348`

### Geolocation check

Expand Down

0 comments on commit 02e8680

Please sign in to comment.