-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
90 lines (76 loc) · 3.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#Aqueduct - Compliance Remediation Content
#Copyright (C) 2013 Vincent C. Passaro ([email protected])
#
#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
# home: https://fedorahosted.org/aqueduct/wiki
# mailing list: https://fedorahosted.org/mailman/listinfo/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
2. 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
3. Help
Mailing List: https://fedorahosted.org/mailman/listinfo/aqueduct