Skip to content
Snippets Groups Projects
Commit e37c4206 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed permission issue of bin directory in on latest Debian in chroot jails.

parent 3560c8d8
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,9 @@ then ...@@ -30,6 +30,9 @@ then
fi fi
chmod a+rwx $CHROOT_HOMEDIR/tmp chmod a+rwx $CHROOT_HOMEDIR/tmp
## Fix permissions of the root firectory
chmod g-w $CHROOT_HOMEDIR/bin
# mysql needs the socket in the chrooted environment # mysql needs the socket in the chrooted environment
mkdir $CHROOT_HOMEDIR/var mkdir $CHROOT_HOMEDIR/var
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment