mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 05:27:01 +01:00
Debian package revision bump 1.0-3
This commit is contained in:
parent
5048099df8
commit
8b846d77bb
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
|||||||
|
cis-hardening (1.0-3) wheezy; urgency=low
|
||||||
|
|
||||||
|
* add --audit-all option
|
||||||
|
* add --audit-all-enable-passed, add info in README and help
|
||||||
|
* Added exit code to CIS_ROOT_DIR test def, optimized sed and sort
|
||||||
|
* Fixed 8.2.4 check file exists before testing rights
|
||||||
|
|
||||||
|
-- Kevin Tanguy <kevin.tanguy@ovh.net> Wed, 20 Apr 2016 12:37:58 +0200
|
||||||
|
|
||||||
cis-hardening (1.0-2) wheezy; urgency=low
|
cis-hardening (1.0-2) wheezy; urgency=low
|
||||||
|
|
||||||
* add LICENSE
|
* add LICENSE
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -21,9 +21,6 @@ override_dh_install:
|
|||||||
mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||||
cp README $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
cp README $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||||
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
cp -R bin $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||||
# standard default global config file
|
|
||||||
mkdir -p $(CURDIR)/debian/$(PACKAGE)/etc/default/
|
|
||||||
cp etc/hardening.cfg $(CURDIR)/debian/$(PACKAGE)/etc/default/
|
|
||||||
# /!\ tag /opt/$(PACKAGE)/etc/conf.d/* as configuration files in conffiles
|
# /!\ 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)
|
||||||
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/
|
||||||
|
Loading…
Reference in New Issue
Block a user