[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).

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 'virtual

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

[apparmor] Can't use aa on 3.8.6 kernel!

2013-04-08 Thread Aaron Lewis
Hi, I'm running Arch with 3.8.6. kernel, and I got it patched with 2.8.1 releases. But aa-status got errors, apparmor module is loaded. apparmor filesystem is not mounted. Any ideas? P.S securityfs is mounted, mount shows: securityfs on /sys/kernel/security type securityfs (rw,relatime) --