Blame SOURCES/scap-security-guide-0.1.41-drop-dev-cdrom-fix.patch

7629ac
diff --git a/shared/templates/csv/mount_options.csv b/shared/templates/csv/mount_options.csv
7629ac
index 7e3263decf..23ea936f52 100644
7629ac
--- a/shared/templates/csv/mount_options.csv
7629ac
+++ b/shared/templates/csv/mount_options.csv
7629ac
@@ -7,9 +7,9 @@
7629ac
 #  If the remediation can create (i.e. not just modify) an /etc/fstab line,
7629ac
 #  add the 'create_fstab_entry_if_needed' literal string as the third argument.
7629ac
 
7629ac
-var_removable_partition,nodev,create_fstab_entry_if_needed
7629ac
-var_removable_partition,nosuid,create_fstab_entry_if_needed
7629ac
-var_removable_partition,noexec,create_fstab_entry_if_needed
7629ac
+var_removable_partition,nodev,create_fstab_entry_if_needed #except-for:anaconda
7629ac
+var_removable_partition,nosuid,create_fstab_entry_if_needed #except-for:anaconda
7629ac
+var_removable_partition,noexec,create_fstab_entry_if_needed #except-for:anaconda
7629ac
 remote_filesystems,nodev,create_fstab_entry_if_needed
7629ac
 remote_filesystems,nosuid,create_fstab_entry_if_needed
7629ac
 remote_filesystems,noexec,create_fstab_entry_if_needed