Pass SYS_NICE capability through to PulseAudio.

capabilities
Icedream 2015-11-04 08:09:04 +01:00
parent 01eee239b1
commit abe128d650
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ RUN mkdir -p /tmp/empty &&\
ADD setup.sh / ADD setup.sh /
RUN sh /setup.sh RUN sh /setup.sh
# Pass through process nice caps for pulseaudio
RUN setcap 'cap_sys_nice=ep' $(which pulseaudio)
# Copy over configuration for other daemons # Copy over configuration for other daemons
COPY etc/ /etc COPY etc/ /etc