Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl
Commits
29a3cdc8
Commit
29a3cdc8
authored
May 10, 2020
by
Paul Cammish
Browse files
Merge branch 'stretch-testing' into 'stretch'
stretch-testing -> stretch See merge request
!201
parents
7c613b62
1dd35394
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
29a3cdc8
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)
...
...
core/debian/changelog
View file @
29a3cdc8
sympl-core (9.0.200510.0) stable; urgency=medium
* Remove debug output from sympl-filesystem-security
-- Paul Cammish <sympl@kelduum.net> Sun, 10 May 2020 15:06:08 +0100
sympl-core (9.0.200427.0) stable; urgency=medium
* Further fixes to prevent sympl-filesystem-security from changing permissions where it shouldn't. (#290)
...
...
core/sbin/sympl-filesystem-security
View file @
29a3cdc8
...
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment