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

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