Blame SOURCES/scap-security-guide-0.1.33-fix-anaconda-remediation-template-partition-mountoptions.patch

9c64d1
From 1b25ec4ff54215a7668a8cfdcf83ec6c6bb0f4bf Mon Sep 17 00:00:00 2001
9c64d1
From: Gabe <redhatrises@gmail.com>
9c64d1
Date: Thu, 18 May 2017 09:31:43 -0600
9c64d1
Subject: [PATCH] Fix typo in ANACONDA static templates
9c64d1
9c64d1
---
9c64d1
 shared/templates/static/anaconda/mount_option_tmp_nodev.anaconda | 2 +-
9c64d1
 1 file changed, 1 insertion(+), 1 deletion(-)
9c64d1
9c64d1
diff --git a/shared/templates/static/anaconda/mount_option_tmp_nodev.anaconda b/shared/templates/static/anaconda/mount_option_tmp_nodev.anaconda
9c64d1
index 992562ebf..b10200ab1 100644
9c64d1
--- a/shared/templates/static/anaconda/mount_option_tmp_nodev.anaconda
9c64d1
+++ b/shared/templates/static/anaconda/mount_option_tmp_nodev.anaconda
9c64d1
@@ -4,4 +4,4 @@
9c64d1
 # complexity = low
9c64d1
 # disruption = high
9c64d1
 
9c64d1
-part /tmp -mountoptions="nodev"
9c64d1
+part /tmp --mountoptions="nodev"