Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sft
lcgcmake
Commits
ceaa5cf2
Commit
ceaa5cf2
authored
Dec 10, 2019
by
Ivan Razumov
Browse files
Patch to disable changing permissions of lib/plugin/auth_pam_tool_dir
parent
f991114c
Pipeline
#1287018
passed with stage
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
externals/patches/mysql-10.4.10.patch
0 → 100644
View file @
ceaa5cf2
--- scripts/mysql_install_db.sh.orig 2019-12-10 16:26:34.623379493 +0100
+++ scripts/mysql_install_db.sh 2019-12-10 16:27:13.427516986 +0100
@@ -480,8 +480,7 @@
if test -n "$user"
then
- chown $user "$pamtooldir/auth_pam_tool_dir" && \
- chmod 0700 "$pamtooldir/auth_pam_tool_dir"
+ chown $user "$pamtooldir/auth_pam_tool_dir"
if test $? -ne 0
then
echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
Write
Preview
Supports
Markdown
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