Re: [apparmor] [PATCH] audio and base abstraction updates

2013-04-09 Thread Jamie Strandboge
On 04/09/2013 06:36 AM, Christian Boltz wrote: > Hello, > > Am Montag, 8. April 2013 schrieb Jamie Strandboge: >> Recent kernels/glibc also now trigger reads for >> /proc/sys/vm/overcommit_memory. This is explained in both malloc(3) >> and proc(5). Basically, there are different memory allocation

Re: [apparmor] [PATCH] audio and base abstraction updates

2013-04-09 Thread Christian Boltz
Hello, Am Montag, 8. April 2013 schrieb Jamie Strandboge: > Recent kernels/glibc also now trigger reads for > /proc/sys/vm/overcommit_memory. This is explained in both malloc(3) > and proc(5). Basically, there are different memory allocation > strategies and /proc/sys/vm/overcommit_memory contains

Re: [apparmor] [PATCH] audio and base abstraction updates

2013-04-08 Thread Seth Arnold
On Mon, Apr 08, 2013 at 07:43:22PM -0500, Jamie Strandboge wrote: > Hi, > > In Ubuntu, pulseaudio's now has a directory in /run and its cookie file > location moved. 0001-update-pulseaudio-paths.patch updates the audio > abstraction for this. > > Recent kernels/glibc also now trigger reads for >

Re: [apparmor] [PATCH] audio and base abstraction updates

2013-04-08 Thread John Johansen
On 04/08/2013 05:43 PM, Jamie Strandboge wrote: > Hi, > > In Ubuntu, pulseaudio's now has a directory in /run and its cookie file > location moved. 0001-update-pulseaudio-paths.patch updates the audio > abstraction for this. > > Recent kernels/glibc also now trigger reads for > /proc/sys/vm/overc

Re: [apparmor] [PATCH] audio and base abstraction updates

2013-04-08 Thread Jamie Strandboge
On 04/08/2013 07:43 PM, Jamie Strandboge wrote: > Recent kernels/glibc also now trigger reads for > /proc/sys/vm/overcommit_memory. This is explained in both malloc(3) and > proc(5). Basically, there are different memory allocation strategies and > /proc/sys/vm/overcommit_memory contains the 'virtu

[apparmor] [PATCH] audio and base abstraction updates

2013-04-08 Thread Jamie Strandboge
Hi, In Ubuntu, pulseaudio's now has a directory in /run and its cookie file location moved. 0001-update-pulseaudio-paths.patch updates the audio abstraction for this. Recent kernels/glibc also now trigger reads for /proc/sys/vm/overcommit_memory. This is explained in both malloc(3) and proc(5). B