AWS fsx documentation change
Summary
Changed recommended security style from 'UNIX or mixed' to 'UNIX' for Linux client mounts
Security assessment
The change promotes stricter security configuration by removing 'mixed' security style option, which could prevent potential permission conflicts. However, there's no evidence this addresses a specific vulnerability.
Diff
diff --git a/fsx/latest/ONTAPGuide/attach-linux-client.md b/fsx/latest/ONTAPGuide/attach-linux-client.md index d175996b7..b9e00ca93 100644 --- a//fsx/latest/ONTAPGuide/attach-linux-client.md +++ b//fsx/latest/ONTAPGuide/attach-linux-client.md @@ -9 +9 @@ Using /etc/fstab to mount automatically on instance reboot -We recommend that the volumes you want to mount with Linux clients have a security style setting of `UNIX` or `mixed`. For more information, see [Managing FSx for ONTAP volumes](./managing-volumes.html). +We recommend that the volumes you want to mount with Linux clients have a security style setting of `UNIX`. For more information, see [Managing FSx for ONTAP volumes](./managing-volumes.html).