diff --git a/CHANGELOG b/CHANGELOG index ee8c3ab454876293ea655737fca16ba0c3bd149d..d28066fbb4458dfe8738e96d3c43211291272dc4 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 f0954117dfe48c08bc10c655d513eba83181c491..7cc73d6d6191e0db595a996e20c010453719fb17 100644 --- a/core/debian/changelog +++ b/core/debian/changelog @@ -1,3 +1,9 @@ +sympl-core (10.0.200510.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) diff --git a/core/sbin/sympl-filesystem-security b/core/sbin/sympl-filesystem-security index ed82efe6434f9d1b2c4b1563ae2e8532d6eb052c..67a356de1175dbae1a59c8f762483acfd0ca9786 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 \