194
contributi
Riga 28: | Riga 28: | ||
<code> # Start the PulseAudio sound server in system mode.</code> | <code> # Start the PulseAudio sound server in system mode.</code> | ||
<code> # (enables the pulseaudio init script)</code> | <code> # (enables the pulseaudio init script)</code> | ||
<code># System mode is not the recommended way to run PulseAudio as it has some</code> | <code># System mode is not the recommended way to run PulseAudio as it has some</code> | ||
<code># limitations (such as no shared memory access) and could potentially allow</code> | <code># limitations (such as no shared memory access) and could potentially allow</code> | ||
<code># users to disconnect or redirect each others audio streams.</code> | <code># users to disconnect or redirect each others audio streams.</code> | ||
<code># 0 = don't start, 1 = start</code> | <code># 0 = don't start, 1 = start</code> | ||
<code>'''PULSEAUDIO_SYSTEM_START=1'''</code> | <code>'''PULSEAUDIO_SYSTEM_START=1'''</code> | ||
<code># Prevent users from dynamically loading modules into the PulseAudio sound</code> | <code># Prevent users from dynamically loading modules into the PulseAudio sound</code> | ||
<code># server. Dynamic module loading enhances the flexibilty of the PulseAudio</code> | <code># server. Dynamic module loading enhances the flexibilty of the PulseAudio</code> | ||
<code># system, but may pose a security risk.</code> | <code># system, but may pose a security risk.</code> | ||
<code># 0 = no, 1 = yes</code> | <code># 0 = no, 1 = yes</code> | ||
<code>'''DISALLOW_MODULE_LOADING=1'''</code> | <code>'''DISALLOW_MODULE_LOADING=1'''</code> | ||
contributi