pulseaudio/src
Tanu Kaskinen 916be59151 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-10 14:44:46 +03:00
..
daemon Use upstream gettext instead intltool 2018-06-21 06:28:59 +05:30
modules pipe-sink, pipe-source: fix file permissions 2018-07-10 14:44:46 +03:00
pulse mainloop: constify is_our_api api ref 2018-06-29 15:09:32 +03:00
pulsecore ladspa-sink: fix search path 2018-07-09 15:16:56 +03:00
tests core: Expose API to elevate a thread to realtime priority 2018-06-21 06:29:32 +05:30
utils build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30
.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 Use upstream gettext instead intltool 2018-06-21 06:28:59 +05:30
map-file map-file: Fix typo while adding pa_thread_make_realtime 2018-06-21 06:30:03 +05:30
meson.build build-sys: First pass at a meson-ified build system 2018-06-21 05:50:29 +05:30