Hi!
On Dec 18, Andrew Rucker Jones wrote:
> Sergei,
> Forgive my ignorance, but i've been thinking about this. Isn't it
> impossible to get it to work with the system calls i listed from strace?
> To repeat:
>
> chdir("/usr/local/var/mysql/") = 0
> chroot("/chroot/mysql")
Sergei,
Forgive my ignorance, but i've been thinking about this. Isn't it
impossible to get it to work with the system calls i listed from strace?
To repeat:
chdir("/usr/local/var/mysql/") = 0
chroot("/chroot/mysql") = 0
chdir("/") = 0
open(
Hi!
On Dec 13, Andrew Rucker Jones wrote:
> Hi everyone,
> First off, please include my personal e-mail address in any responses,
> as i am not subscribed to the list.
> I run MySQL with the chroot option. Up until 3.23.54, it worked fine.
Up until 3.23.54 it simply didn't work, as
Hi everyone,
First off, please include my personal e-mail address in any responses,
as i am not subscribed to the list.
I run MySQL with the chroot option. Up until 3.23.54, it worked fine.
3.23.54 changed the ordering in which some files were accessed (before
or after chroot()), which messed