>From 6803522be061ec3e56e786545321a142092aa61c Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 19:04:41 -0400 Subject: [PATCH 08/21] Updated partition_for_home - Renamed OVAL to match XCCDF rule name --- RHEL6/input/checks/mount_home_own_partition.xml | 24 --------------------- RHEL6/input/checks/partition_for_home.xml | 24 +++++++++++++++++++++ RHEL6/input/system/software/disk_partitioning.xml | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 RHEL6/input/checks/mount_home_own_partition.xml create mode 100644 RHEL6/input/checks/partition_for_home.xml diff --git a/RHEL6/input/checks/mount_home_own_partition.xml b/RHEL6/input/checks/mount_home_own_partition.xml deleted file mode 100644 index 0667987..0000000 --- a/RHEL6/input/checks/mount_home_own_partition.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Ensure /home Located On Separate Partition - - Red Hat Enterprise Linux 6 - - If user home directories will be stored locally, - create a separate partition for /home. If /home will be mounted - from another system such as an NFS server, then creating a separate - partition is not necessary at this time, and the mountpoint can - instead be configured later. - - - - - - - - - - /home - - diff --git a/RHEL6/input/checks/partition_for_home.xml b/RHEL6/input/checks/partition_for_home.xml new file mode 100644 index 0000000..0667987 --- /dev/null +++ b/RHEL6/input/checks/partition_for_home.xml @@ -0,0 +1,24 @@ + + + + Ensure /home Located On Separate Partition + + Red Hat Enterprise Linux 6 + + If user home directories will be stored locally, + create a separate partition for /home. If /home will be mounted + from another system such as an NFS server, then creating a separate + partition is not necessary at this time, and the mountpoint can + instead be configured later. + + + + + + + + + + /home + + diff --git a/RHEL6/input/system/software/disk_partitioning.xml b/RHEL6/input/system/software/disk_partitioning.xml index 15ae942..5a0d4a4 100644 --- a/RHEL6/input/system/software/disk_partitioning.xml +++ b/RHEL6/input/system/software/disk_partitioning.xml @@ -120,7 +120,7 @@ setting of more restrictive mount options, and also helps ensure that users cannot trivially fill partitions used for log or audit data storage. - + -- 1.7.1