[Bug 971106] Re: vlc crashed while libslang2 called exit()

2012-05-12 Thread Sam Hocevar
The stack trace indicates that libslang2 is called through aa_autoinit() by VLC's aa plugin. ** Package changed: libcaca (Ubuntu) = aalib (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971106

[Bug 885027] Re: SUID Mount Helper has 5 Major Vulnerabilities

2011-11-04 Thread Sam Hocevar
@Kovid: I am not comfortable with you modifying pmount either. You seem to have good ideas about usability but about security not so much. I will simply uninstall calibre for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 239792] Re: fuse does not handle umask correctly

2009-07-20 Thread Sam Hocevar
The attached patch fixes the wrong displayed permission problem, but does not fix the wrong creation flags. Setting the local umask to 002 too, besides being something I'd like to avoid, does not change the behaviour. -- fuse does not handle umask correctly https://bugs.launchpad.net/bugs/239792

[Bug 239792] Re: fuse does not handle umask correctly

2009-07-20 Thread Sam Hocevar
I see the behaviour using sshfs and umask=002, with no other option passed to sshfs. 1) All remote files appear locally with incorrect permissions, most annoyingly with the +x flag. 2) Touching files creates them remotely as 644 instead of 664. -- fuse does not handle umask correctly