Skip to content

Commit 951fcce

Browse files
authored
Merge pull request #311109 from alt-key/patch-10
revert sudo
2 parents ad6368c + f8a5423 commit 951fcce

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

articles/update-manager/prerequisites.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,6 @@ To use Update Manager for Azure Arc-enabled servers, you must connect those serv
2626

2727
To learn about updates and the update sources, VM images, and Azure regions that are supported for Update Manager, refer to the [support matrix](support-matrix.md).
2828

29-
## Sudo privileges
30-
31-
Update Manager requires a high level of permissions due to the many components that might be updated with Update Manager (including kernel drivers and OS security patching). The Update Manager extensions use the root account for operations. Grant sudo privileges to ensure that assessment or patching operations succeed. You need to add the root account to the /etc/sudoers file.
32-
33-
1. Open the `sudoers` file for editing:
34-
35-
```bash
36-
sudo visudo
37-
```
38-
39-
2. Add the following entry to the end of `sudoers` file:
40-
41-
```bash
42-
root ALL=(ALL) ALL
43-
```
44-
45-
3. Save and close the editor by using the <kbd>Ctrl+X</kbd> keyboard shortcut. If you're using the *vi* editor, you can type `:wq` and then select the <kbd>Enter</kbd> key.
46-
47-
4829
## Roles and permissions
4930

5031
To manage machines from Update Manager, see [Roles and permissions in Azure Update Manager](roles-permissions.md).

0 commit comments

Comments
 (0)