Re: hooks scripts and noexec partition

2014-12-13 Thread krz...@gmail.com
...@peff.net: On Tue, Jan 14, 2014 at 04:41:03PM +0100, krz...@gmail.com wrote: git can't execute hooks no partitions mounted with noexec - even if those are just scripts with shebang line Right. Git does not know that they are shell (or other) scripts; they could be anything

hooks scripts and noexec partition

2014-01-14 Thread krz...@gmail.com
git can't execute hooks no partitions mounted with noexec - even if those are just scripts with shebang line and they actualy work by hooks/./post-comit (because I use small patch on kernel that allows running scripts that way on noexec partition) fs/exec.c //error = -EACCES; //