Hi all,
I found a little bug in Gen_FileHash function in Scripts/Functions/File.
That function tries to call $sudo_exec with a redirection, and in order
to make the redirection to work with #0 privileges it should be caller
inside a shell ($sudo_exec -u #0 sh -c "command > file" instead of
$sudo_exec -u #0 command > file).
I don't found more redirections under $sudo_exec inside Scripts.


Greets.
Aitor.

Attachment: File.patch
Description: Binary data

_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to