>From e786de7bbb781ffc88b835beffc45f61df13808e Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 18:58:13 -0400 Subject: [PATCH 05/21] Updated OVAL rule name for partition_for_var - Renamed OVAL to match XCCDF rule name --- RHEL6/input/checks/mount_tmp_own_partition.xml | 22 ------------------- RHEL6/input/checks/mount_var_own_partition.xml | 24 --------------------- RHEL6/input/checks/partition_for_var.xml | 24 +++++++++++++++++++++ RHEL6/input/system/software/disk_partitioning.xml | 2 +- 4 files changed, 25 insertions(+), 47 deletions(-) delete mode 100644 RHEL6/input/checks/mount_tmp_own_partition.xml delete mode 100644 RHEL6/input/checks/mount_var_own_partition.xml create mode 100644 RHEL6/input/checks/partition_for_var.xml diff --git a/RHEL6/input/checks/mount_tmp_own_partition.xml b/RHEL6/input/checks/mount_tmp_own_partition.xml deleted file mode 100644 index 62da746..0000000 --- a/RHEL6/input/checks/mount_tmp_own_partition.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - Ensure /tmp Located On Separate Partition - - Red Hat Enterprise Linux 6 - - The /tmp directory is a world-writable directory - used for temporary file storage. Verify that it has its own - partition or logical volume. - - - - - - - - - - /tmp - - diff --git a/RHEL6/input/checks/mount_var_own_partition.xml b/RHEL6/input/checks/mount_var_own_partition.xml deleted file mode 100644 index 8626f66..0000000 --- a/RHEL6/input/checks/mount_var_own_partition.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - Ensure /var Located On Separate Partition - - Red Hat Enterprise Linux 6 - - Ensuring that /var is mounted on its own partition enables the - setting of more restrictive mount options, which is used as temporary - storage by many program, particularly system services such as daemons. - It is not uncommon for the /var directory to contain world-writable directories, - installed by other software packages. - - - - - - - - - - /var - - diff --git a/RHEL6/input/checks/partition_for_var.xml b/RHEL6/input/checks/partition_for_var.xml new file mode 100644 index 0000000..8626f66 --- /dev/null +++ b/RHEL6/input/checks/partition_for_var.xml @@ -0,0 +1,24 @@ + + + + Ensure /var Located On Separate Partition + + Red Hat Enterprise Linux 6 + + Ensuring that /var is mounted on its own partition enables the + setting of more restrictive mount options, which is used as temporary + storage by many program, particularly system services such as daemons. + It is not uncommon for the /var directory to contain world-writable directories, + installed by other software packages. + + + + + + + + + + /var + + diff --git a/RHEL6/input/system/software/disk_partitioning.xml b/RHEL6/input/system/software/disk_partitioning.xml index 2ba96ce..bab6784 100644 --- a/RHEL6/input/system/software/disk_partitioning.xml +++ b/RHEL6/input/system/software/disk_partitioning.xml @@ -58,7 +58,7 @@ It is not uncommon for the /var directory to contain world-writable directories, installed by other software packages. - + -- 1.7.1