Skip to content

Commit f84af8c

Browse files
committed
Rename version extra
1 parent 305b479 commit f84af8c

File tree

1 file changed

+5
-5
lines changed
  • src/content/docs/cloudflare-one/reusable-components/posture-checks/warp-client-checks

1 file changed

+5
-5
lines changed

src/content/docs/cloudflare-one/reusable-components/posture-checks/warp-client-checks/os-version.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ The OS Version device posture attribute checks whether the version of a device's
3333

3434
<Tabs> <TabItem label="macOS">
3535

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.
3737

3838
</TabItem> <TabItem label="iOS">
3939

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.
4141

4242
</TabItem>
4343

4444
<TabItem label="Linux">
4545

4646
- **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.
4747

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`.
4949

5050
</TabItem>
5151

5252
<TabItem label="Windows">
5353

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`).
5555

5656
</TabItem> </Tabs>
5757

@@ -107,7 +107,7 @@ The Linux OS version check reads the system kernel version.
107107

108108
3. **Version** is the first three numbers of the output in SemVer format (`5.14.0`).
109109

110-
4. **Version extra** is the first number after the SemVer (`25`).
110+
4. **Patch Version** is the first number after the SemVer (`25`).
111111

112112
#### Distro version
113113

0 commit comments

Comments
 (0)