<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 01/07/2020 18.32, jtharkey wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:2xzD505bjpEoZDHHE0ORahP4jnYwTCbIcGhKnOAlpcIvQX8d1vaY39m0uKxRD2VeuNHMGaNzhKI1WEW2TlNmXkfOc15DzU42KO4Aj2IEdf8=@protonmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div>In the source I found this in daemon/main.c:<br>
      </div>
      <div><br>
      </div>
      <div>if (conf->system_instance &&
        !conf->disable_shm) {<br>
      </div>
      <div>        pa_log_notice(_("Running in system mode, forcibly
        disabling SHM mode."));<br>
      </div>
      <div>        conf->disable_shm = true;<br>
      </div>
      <div>    }<br>
      </div>
      <div><br>
      </div>
      <div>I commented that out and built it, things seemed to work and
        work faster. Will commenting that out have some side effect I'm
        not aware of?<br>
      </div>
      <div><br>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>Yes, SHM mode is not safe when multiple users are using it.  SHM
      will give you more performance but hostile users may compromise
      your PulseAudio daemon.<br>
    </p>
    <br>
    <pre class="moz-signature" cols="72">-- 
    Rudd-O
    <a class="moz-txt-link-freetext" href="http://rudd-o.com/">http://rudd-o.com/</a></pre>
  </body>
</html>