> The rules are this way because the shared memory files are not app specific 
> and is possible for one app to access
 > another app's shared memory file.

The pulseaudio server actually uses the same shm file for all outgoing
memory blocks (i e, the common case is recording). So for best app
isolation you also need to change this into one shm file per client
connection.

In addition, every pulseaudio client has one shm file for all outgoing
memory blocks (i e, the common case is playback).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1224751

Title:
  pulseaudio should use app-specific directory for shm files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1224751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to