GitXplorerGitXplorer
a

aqueduct

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
69c30a2378144482686d398df97e304aea6aad8a

Only install and enable sysstat on servers

aaderixon committed 11 years ago
Unverified
dbdb06eabdf75743b10f4ba0ac54f1bfc86567e7

Only install and enable irqbalance on multi-processor systems, otherwise

aaderixon committed 11 years ago
Unverified
5fdaaad9ec39de4454364a367ac044e1239e5938

Also disable graphical boot on servers (non-STIG)

aaderixon committed 11 years ago
Unverified
f7c1642cbb15a1d7ad236c1f11cc051e5ef69885

Fix missing quote in limits.conf maxlogins setting

aaderixon committed 11 years ago
Unverified
1dece28acf32d3e08b7921ed29fdc8cabbb6c5bd

Added change note to 63.

LLeamHall committed 11 years ago
Unverified
66d8d41d4d8a3c8233226b2de0d03fb7aa0a9978

Type: chomd to chmod.

LLeamHall committed 11 years ago

README

The README file for this repository.

#Aqueduct - Compliance Remediation Content #Copyright (C) 2013 Vincent C. Passaro (vince@buddhalabs.com)

#This program is free software; you can redistribute it and/or #modify it under the terms of the GNU General Public License #as published by the Free Software Foundation; either version 2 #of the License, or (at your option) any later version.

#This program is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details.

#You should have received a copy of the GNU General Public License #along with this program; if not, write to the Free Software #Foundation, Inc., 51 Franklin Street, Fifth Floor, #Boston, MA 02110-1301, USA.

###########################################

aqueduct

version: trunk

############################################

  1. Welcome
  2. Directory Structure
  3. Help

#######

  1. Welcome

Aqueduct aims to simplify compliance of Red Hat Enterprise Linux through the sharing of information, ideas, techniques, and best practices of system configuration content and providing the methods to synchronize content to Systems Management utilities, such as Red Hat Network Satellite.

Mailing List: https://fedorahosted.org/mailman/listinfo/aqueduct Web-based source browser: https://fedorahosted.org/aqueduct/browser Anonymous checkout: svn co http://svn.fedorahosted.org/svn/aqueduct Commit access: svn co svn+ssh://svn.fedorahosted.org/svn/aqueduct

  1. Directory Structure

├── compliance <--- Content and configuration used on systems │   ├── Bash <--- Bash configuration Scripts │   │   ├── CIS <---- Configuration Content for various regulatory frameworks │   │   │   └── rhel5 <--- RHEL Version │   │   │   └── prod │   │   ├── DHS │   │   │   └── rhel6 │   │   │   ├── basic <--Sub category based on governing organization │   │   │   └── enhanced │   │   ├── HIPPA │   │   ├── NISPOM │   │   │   └── rhel6 │   │   │   ├── dev <--- Development folder. This should be a place for scripts that are NOT ready to be placed into prod (production) │   │   │   └── prod <--- Production folder. This should be the place for scripts that have been fully tested. │   │   ├── PCI │   │   │   └── rhel6 │   │   │   ├── dev │   │   │   └── prod │ │ ├── SSG │   │   │ └── dev │   │   └── STIG │   │   └── rhel-5-beta │   │   ├── dev │   │   ├── manual-checks │   │   ├── prod │   │   └── test │   └── Puppet <--- Puppet configuration Scripts │   ├── HIPAA │   ├── PCI │   └── STIG │   └── RHEL │   └── base ├── README └── scripts <--- Scripts used to apply content to systems or import content into systems management tools ├── import <--- Scripts used to apply content to a local system └── local <--- Scripts used to import content into systems management tools

  1. Help aqueduct@lists.fedorahosted.org Mailing List: https://fedorahosted.org/mailman/listinfo/aqueduct