File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
articles/azure-arc/vmware-vsphere Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
title : Troubleshoot Guest Management Issues
3
3
description : Learn about how to troubleshoot the guest management issues for Arc-enabled VMware vSphere.
4
4
ms.topic : reference
5
- ms.date : 11 /06/2023
5
+ ms.date : 08 /06/2024
6
6
ms.service : azure-arc
7
7
ms.subservice : azure-arc-vmware-vsphere
8
8
ms.custom : linux-related-content
@@ -72,15 +72,17 @@ Applies to:
72
72
73
73
Before you enable the guest agent, follow these steps on the VM:
74
74
75
- 1 . Create file ` vmtools_unconfined_rpm_script_kcs5347781.te ` using the following:
75
+ 1 . Create a file ` vmtools_unconfined_rpm_script_kcs5347781.te ` , and add the following contents to it :
76
76
77
- `policy_module(vmtools_unconfined_rpm_script_kcs5347781, 1.0)
77
+ ``` powershell-interactive
78
+ policy_module(vmtools_unconfined_rpm_script_kcs5347781, 1.0)
78
79
gen_require(`
79
80
type vmtools_unconfined_t;
80
81
')
81
82
optional_policy(`
82
83
rpm_transition_script(vmtools_unconfined_t,system_r)
83
- ')`
84
+ ')
85
+ ```
84
86
85
87
2. Install the package to build the policy module:
86
88
You can’t perform that action at this time.
0 commit comments