diff --git a/debian/changelog b/debian/changelog index 789aed3..3a07200 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 20 Apr 2016 12:37:58 +0200 + cis-hardening (1.0-2) wheezy; urgency=low * add LICENSE diff --git a/debian/rules b/debian/rules index e6bf01b..86b2813 100755 --- a/debian/rules +++ b/debian/rules @@ -21,9 +21,6 @@ override_dh_install: mkdir -p $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/ cp README $(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 # (ls | sort -V | xargs -i echo opt/cis-hardening/etc/conf.d/{} -- without README) cp -R etc $(CURDIR)/debian/$(PACKAGE)/opt/$(PACKAGE)/