You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/reusable-components/posture-checks/warp-client-checks/os-version.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,25 +33,25 @@ The OS Version device posture attribute checks whether the version of a device's
33
33
34
34
<Tabs> <TabItemlabel="macOS">
35
35
36
-
-**Version extra**: Enter the macOS [Rapid Security Response (RSR)](https://support.apple.com/guide/deployment/rapid-security-responses-dep93ff7ea78/web) version you want devices to match (for example, `(a)`). Be sure to include the parenthesis around the letter.
36
+
-**Rapid Security Response Version**: Enter the macOS [Rapid Security Response (RSR)](https://support.apple.com/guide/deployment/rapid-security-responses-dep93ff7ea78/web) version you want devices to match (for example, `(a)`). Be sure to include the parenthesis around the letter.
37
37
38
38
</TabItem> <TabItemlabel="iOS">
39
39
40
-
-**Version extra**: Enter the iOS [Rapid Security Response (RSR)](https://support.apple.com/guide/deployment/rapid-security-responses-dep93ff7ea78/web) version you want devices to match (for example, `(a)`). Be sure to include the parenthesis around the letter.
40
+
-**Rapid Security Response Version**: Enter the iOS [Rapid Security Response (RSR)](https://support.apple.com/guide/deployment/rapid-security-responses-dep93ff7ea78/web) version you want devices to match (for example, `(a)`). Be sure to include the parenthesis around the letter.
41
41
42
42
</TabItem>
43
43
44
44
<TabItemlabel="Linux">
45
45
46
46
-**Distro name** and **Distro revision**: Enter the Linux distribution you want devices to match (for example, `ubuntu 22.04`). The distro version always matches with an equal-to operator (==) regardless of the **Operator** setting.
47
47
48
-
-**Version extra**: Enter the [patch version](#linux) of the kernel. For example, if the kernel is `6.50.0-1007-oem`, enter `1007`.
48
+
-**Patch Version**: Enter the [patch version](#linux) of the kernel. For example, if the kernel is `6.50.0-1007-oem`, enter `1007`.
49
49
50
50
</TabItem>
51
51
52
52
<TabItemlabel="Windows">
53
53
54
-
-**Version extra**: Enter the Windows UBR (Update Build Revision) you want devices to match (for example, `3803`). The UBR is the fourth part of the full Windows version number (for example, in `10.0.19045.3803`, the UBR is `3803`).
54
+
-**Update Build Revision**: Enter the Windows UBR (Update Build Revision) you want devices to match (for example, `3803`). The UBR is the fourth part of the full Windows version number (for example, in `10.0.19045.3803`, the UBR is `3803`).
55
55
56
56
</TabItem> </Tabs>
57
57
@@ -107,7 +107,7 @@ The Linux OS version check reads the system kernel version.
107
107
108
108
3.**Version** is the first three numbers of the output in SemVer format (`5.14.0`).
109
109
110
-
4.**Version extra** is the first number after the SemVer (`25`).
110
+
4.**Patch Version** is the first number after the SemVer (`25`).
0 commit comments