AWS drs documentation change
Summary
Fixed typo in error message and removed erroneous pipe character from command instruction
Security assessment
Changes correct grammatical errors and formatting in documentation about /tmp mount options. No security vulnerability or feature is mentioned. The content relates to standard system configuration without security implications.
Diff
diff --git a/drs/latest/userguide/installation-requirements.md b/drs/latest/userguide/installation-requirements.md index 63ea518b0..1287fdea9 100644 --- a//drs/latest/userguide/installation-requirements.md +++ b//drs/latest/userguide/installation-requirements.md @@ -88 +88 @@ To verify that the /tmp directory is mounted without the noexec option, run the -If the result is similar to the example, i the issue exists in your OS: /dev/xvda1 on /tmp type ext4 (rw,noexec) +If the result is similar to the example, the issue exists in your OS: /dev/xvda1 on /tmp type ext4 (rw,noexec) @@ -90 +90 @@ If the result is similar to the example, i the issue exists in your OS: /dev/xvd -|To fix and remove the noexec option from the mounted /tmp directory, run the `sudo mount -o remount,exec /tmp` command. +To fix and remove the noexec option from the mounted /tmp directory, run the `sudo mount -o remount,exec /tmp` command.