From 1f2e68cd7e8ce833d8b0b81d47b6a2c2740e1dbf Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Sun, 10 May 2020 15:03:51 +0100 Subject: [PATCH 1/3] Fixed output --- core/sbin/sympl-filesystem-security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sbin/sympl-filesystem-security b/core/sbin/sympl-filesystem-security index ed82efe6..67a356de 100755 --- a/core/sbin/sympl-filesystem-security +++ b/core/sbin/sympl-filesystem-security @@ -119,7 +119,7 @@ Require valid-user" > "${domain}/public/htdocs/stats/.htaccess" if [ -f "${domain}/config/stats-htaccess" ]; then find "${domain}/config/stats-htaccess" \( ! -user sympl -o ! -group www-data \) $VERBOSE -exec chown sympl:www-data {} \; - find "${domain}/config/stats-htaccess" ! -perm 660 $VERBOSE -exec echo chmod 660 {} \; + find "${domain}/config/stats-htaccess" ! -perm 660 $VERBOSE -exec chmod 660 {} \; fi fi @@ -145,7 +145,7 @@ if [ -d /etc/sympl ]; then ! -path '*/test.d/*' \ ! -path '*/firewall/local.d/*' \ \( ! -user sympl -o ! -group sympl \) \ - $VERBOSE -exec echo chown sympl:sympl {} \; + $VERBOSE -exec chown sympl:sympl {} \; # Make (almost) everything read-only for others find "/etc/sympl" ! -type l \ -- GitLab From f368fbf901c92c615969477d8ad643f169b3fddf Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Sun, 10 May 2020 15:08:25 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG | 4 ++++ core/debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ee8c3ab4..d28066fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ CHANGELOG --------- +2020-05-10 + sympl-core + * Remove debug output from sympl-filesystem-security + 2020-04-27 sympl-core * Further fixes to prevent sympl-filesystem-security from changing permissions where it shouldn't. (#280) diff --git a/core/debian/changelog b/core/debian/changelog index f0954117..dff1ba18 100644 --- a/core/debian/changelog +++ b/core/debian/changelog @@ -1,3 +1,9 @@ +sympl-core (10.0.200427.0) stable; urgency=medium + + * Remove debug output from sympl-filesystem-security + + -- Paul Cammish Sun, 10 May 2020 15:06:08 +0100 + sympl-core (10.0.200427.0) stable; urgency=medium * Further fixes to prevent sympl-filesystem-security from changing permissions where it shouldn't. (#290) -- GitLab From b58bcad3fc470cbb9b35d94d13af9522f570c56e Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Sun, 10 May 2020 15:16:05 +0100 Subject: [PATCH 3/3] Update changelog --- core/debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/debian/changelog b/core/debian/changelog index dff1ba18..7cc73d6d 100644 --- a/core/debian/changelog +++ b/core/debian/changelog @@ -1,4 +1,4 @@ -sympl-core (10.0.200427.0) stable; urgency=medium +sympl-core (10.0.200510.0) stable; urgency=medium * Remove debug output from sympl-filesystem-security -- GitLab