mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 21:47:02 +01:00
Merge pull request #17 in IAAS/cis-hardening from dev/kevin.tanguy/wheezy to master
* commit 'f3e582c957c8b54a7f4d7b3dc192ab984feaa125': Debian package revision bump 1.0-6
This commit is contained in:
commit
22fcd6ca74
@ -1,7 +1,7 @@
|
||||
# CIS Debian 7 Hardening
|
||||
|
||||
Modular Debian 7 security hardening scripts based on [cisecurity.org](cisecurity.org)
|
||||
recommendations. We use it at [OVH](https://ovh.com) to harden our PCI-DSS infrastructure.
|
||||
Modular Debian 7 security hardening scripts based on [cisecurity.org](https://www.cisecurity.org)
|
||||
recommendations. We use it at [OVH](https://www.ovh.com) to harden our PCI-DSS infrastructure.
|
||||
|
||||
```console
|
||||
$ bin/hardening.sh --audit-all
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
cis-hardening (1.0-6) wheezy; urgency=low
|
||||
|
||||
* corrected README.md CIS website address
|
||||
* corrected conffiles: etc/hardening.cfg was missing
|
||||
|
||||
-- Kevin Tanguy <kevin.tanguy@ovh.net> Fri, 22 Apr 2016 14:27:40 +0200
|
||||
|
||||
cis-hardening (1.0-5) wheezy; urgency=low
|
||||
|
||||
* typo fix / phrasing reworked
|
||||
|
4
debian/cis-hardening.8
vendored
4
debian/cis-hardening.8
vendored
@ -4,8 +4,8 @@ cis-hardening - CIS Debian 7 Hardening
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Modular Debian 7 security hardening scripts based on cisecurity.org \[la]cisecurity.org\[ra]
|
||||
recommendations. We use it at OVH \[la]https://ovh.com\[ra] to harden our PCI\-DSS infrastructure.
|
||||
Modular Debian 7 security hardening scripts based on cisecurity.org \[la]https://www.cisecurity.org\[ra]
|
||||
recommendations. We use it at OVH \[la]https://www.ovh.com\[ra] to harden our PCI\-DSS infrastructure.
|
||||
.PP
|
||||
.RS
|
||||
.nf
|
||||
|
1
debian/conffiles
vendored
1
debian/conffiles
vendored
@ -1,3 +1,4 @@
|
||||
/opt/cis-hardening/etc/hardening.cfg
|
||||
/opt/cis-hardening/etc/conf.d/1.1_install_updates.cfg
|
||||
/opt/cis-hardening/etc/conf.d/2.1_tmp_partition.cfg
|
||||
/opt/cis-hardening/etc/conf.d/2.2_tmp_nodev.cfg
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -22,7 +22,7 @@ override_dh_install:
|
||||
cp README.md $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
# /!\ tag /opt/$(PACKAGE)/etc/conf.d/* as configuration files in conffiles
|
||||
# (ls | sort -V | xargs -i echo opt/cis-hardening/etc/conf.d/{} -- without README)
|
||||
# (ls | sort -V | xargs -i echo /opt/cis-hardening/etc/conf.d/{} -- without README -- with ../hardening.cfg)
|
||||
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
cp -R lib $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||
# cleanup git stuff if any
|
||||
|
Loading…
Reference in New Issue
Block a user