[pulseaudio-tickets] [Bug 62988] on MacOSX: shm_unlink failed: Permission denied
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 9 01:14:37 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62988
--- Comment #3 from Tanu Kaskinen <tanuk at iki.fi> ---
The(In reply to comment #1)
> In shm.c, you use shm_open with mode & 0444. I guess that is the problem.
> Why are you doing that?
No idea. Seems silly. The only caller for pa_shm_create_rw() uses mode 0700.
I'll make a slightly different patch: instead of using "mode & 0777", I'll
remove the and operator altogether and add an assertion that checks that the
mode is valid.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20130409/cb8b61da/attachment.html>
More information about the pulseaudio-bugs
mailing list