pulseaudio/src
Tanu Kaskinen 571ccc3318 pipe-sink, pipe-source: fix file permissions
We recently changed the umask of the daemon from 022 to 077, which broke
module-pipe-sink in the system mode, because nobody was allowed to read
from the pipe.

module-pipe-source in the system mode was probably always broken,
because the old umask of 022 should prevent anyone from writing to the
pipe.

This patch uses chmod() after the file creation to set the permissions
to 0666, which is what the fkfifo() call tried to set.

Bug link: https://bugs.freedesktop.org/show_bug.cgi?id=107070
2018-07-14 18:53:48 +03:00
..
daemon default.pa: add module-gsettings 2018-04-19 14:31:18 +03:00
modules pipe-sink, pipe-source: fix file permissions 2018-07-14 18:53:48 +03:00
pulse client-conf: Add a default value for disable-memfd 2017-12-04 07:36:19 +05:30
pulsecore ladspa-sink: fix search path 2018-07-14 17:52:57 +03:00
tests json-test: Fix Coverity warning 2017-10-09 10:39:45 +02:00
utils qpaeq: fix Qt5 mainloop use 2018-04-11 15:26:19 +03:00
.gitignore .gitignore: add module-gsettings related things 2018-04-19 14:31:12 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am build-sys: remove module-defs.h.m4 from EXTRA_DIST 2018-05-11 14:28:14 +03:00
map-file map-file: add pa_encoding_from_string 2017-12-12 07:02:06 +02:00