Skip to content

Commit 393276d

Browse files
committed
Fixed acrolinx scores
1 parent bd2bc30 commit 393276d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/confidential-computing/hardening-linux-image-to-remove-sudo-users.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This "how to" shows you steps to remove sudo users from the Linux image and depl
2020
The objective of this article is to create an admin-less Linux image for confidential VM deployments. Removing the guest admin has immense security value, it reduces admin privileges across OS.
2121

2222
Understanding different types of users in Unix/Linux systems:
23-
- Admin user (sudoer): Regular users with additional permissions. These users can perform certain tasks that modify system configurations.
23+
- Admin user (sudoer): Regular users with extra permissions. These users can perform certain tasks that modify system configurations.
2424

25-
- Regular user: Regular users are non-administrative users. They don't have permission to modify system configurations or install system-wide software.
25+
- Regular user: Regular users are nonadministrative users. They don't have permission to modify system configurations or install system-wide software.
2626

2727
In the context of admin-less Linux images, the aim is to deploy systems without sudo users.
2828

@@ -38,7 +38,7 @@ In the context of admin-less Linux images, the aim is to deploy systems without
3838

3939
The proposed solution results in a Linux image without sudo users.
4040

41-
Steps to create a generalized image which removes the sudo users are as follows:
41+
Steps to create a generalized image that removes the sudo users are as follows:
4242

4343
1. Download an Ubuntu image from the Marketplace.
4444
[Azure supported Ubuntu images](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-ubuntu)
@@ -84,7 +84,7 @@ If there are any users with sudo privileges, they are listed here,
8484
umount /mnt/dev/$imagedevice
8585
```
8686
87-
The image prepared does not include any sudo users, that can be used for creating the confidential VMs.
87+
The image prepared does not include any sudo users that can be used for creating the confidential VMs.
8888
8989
Follow the steps [Create a custom image for Azure confidential VM](/azure/confidential-computing/how-to-create-custom-image-confidential-vm) to create an Azure confidential VM.
9090
Use the admin-less image in step 4 of [Create a custom image for Azure confidential VM](/azure/confidential-computing/how-to-create-custom-image-confidential-vm) while doing azcopy and the rest of the steps remains the same.

0 commit comments

Comments
 (0)