Search found 7 matches

by qux
Mon Jun 13, 2011 11:22 am
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

It works. Cool feature, thank you!
by qux
Mon Jun 13, 2011 8:33 am
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

rc6 prints following error:

Code: Select all

xterm: Can't execvp /bin/sh/tmp/flashgot.profile0/flashgot-1.fgt: Not a directory
It's just a missing space after "/bin/sh/", I think.
Also I was wrong about -e option: it takes all parameters to the end of command line.
by qux
Sun Jun 12, 2011 4:16 pm
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

Sorry, same result as rc4. No flashgot-*.fgt is created and no download is starting with either noexec or usual mount options. However, log contains some other error: *** FlashGot 1.3.0.2rc5 started at Sun, 12 Jun 2011 16:09:15 GMT *** Per-session init started Per-session init done in 40ms Running /...
by qux
Sun Jun 12, 2011 7:21 am
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

Now flashgot-*.fgt file isn't created while downloading something. Just flashgot.fgt and flashgot.sh.test are present. Flashgot log: *** FlashGot 1.3.0.2rc4 started at Sun, 12 Jun 2011 07:15:27 GMT *** Per-session init started Per-session init done in 6ms Running /bin/sh /tmp/flashgot.profile0/flash...
by qux
Sat Jun 11, 2011 8:42 pm
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

Installed. Sorry, now it opens xterm window with such error: xterm: Can't execvp /tmp/flashgot.profile0/flashgot-1.fgt: Permission denied Same error is produced by launch "/bin/sh /tmp/flashgot.profile0/flashgot-1.fgt" from the command line, but after passing some parameter to script all w...
by qux
Sat Jun 11, 2011 7:43 pm
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

Re: [feature request] support noexec at temp dir in linux

Link from that page gives 404: https://secure.informaction.com/download/betas/flashgot-1.3.0.2rc3.xpi Regarding audit error: I'm not familiar with AppArmor and such policy creation, but it seems like "owner" is a AppArmor tool which modifies its policy and should be launched with root priv...
by qux
Fri Jun 10, 2011 6:22 pm
Forum: FlashGot Development
Topic: [DONE][feature request] support noexec at temp dir in linux
Replies: 12
Views: 8067

[DONE][feature request] support noexec at temp dir in linux

Hi, As far as I understand, currently Flashgot doesn't support temp directory mounted with noexec option in *nix. Is it possible to provide such support? The easiest way is to launch "$shellname $scriptpath" instead of just "$scriptpath", I think. For example: /bin/sh /tmp/flashg...