Re: [apparmor] [PATCH] base abstraction needs update for new glibc

2012-02-09 Thread Jamie Strandboge
On Thu, 2012-02-09 at 20:09 +0100, Christian Boltz wrote: > Hello, > > Am Donnerstag, 9. Februar 2012 schrieb Jamie Strandboge: > > --- apparmor-2.7.0.orig/profiles/apparmor.d/abstractions/base > > +++ apparmor-2.7.0/profiles/apparmor.d/abstractions/base > > @@ -86,6 +86,7 @@ > >@{P

Re: [apparmor] [PATCH] base abstraction needs update for new glibc

2012-02-09 Thread Christian Boltz
Hello, Am Donnerstag, 9. Februar 2012 schrieb Jamie Strandboge: > --- apparmor-2.7.0.orig/profiles/apparmor.d/abstractions/base > +++ apparmor-2.7.0/profiles/apparmor.d/abstractions/base > @@ -86,6 +86,7 @@ >@{PROC}/meminfor, >@{PROC}/stat r, >

[apparmor] [Bug 929531] Re: apparmor denial to /sys/devices/system/cpu/online

2012-02-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apparmor -- You received this bug notification because you are a member of AppArmor Developers, which is the registrant for AppArmor. https://bugs.launchpad.net/bugs/929531 Title: apparmor denial to /sys/devices/system/cpu/online Status in AppArmor Linux applicatio

[apparmor] [Bug 929531] Re: apparmor denial to /sys/devices/system/cpu/online

2012-02-09 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.7.0-0ubuntu5 --- apparmor (2.7.0-0ubuntu5) precise; urgency=low * debian/patches/0036-lp929531.patch: adjust base abstraction to allow read access to /sys/devices/system/cpu/online (LP: #929531) -- Jamie StrandbogeThu, 09 Feb 2

[apparmor] [Bug 929531] Re: apparmor denial to /sys/devices/system/cpu/online

2012-02-09 Thread Jamie Strandboge
** Changed in: apparmor (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of AppArmor Developers, which is the registrant for AppArmor. https://bugs.launchpad.net/bugs/929531 Title: apparmor denial to /sys/devices/system/cpu/onl

[apparmor] [Bug 929531] Re: apparmor denial to /sys/devices/system/cpu/online

2012-02-09 Thread Jamie Strandboge
** Changed in: apparmor Status: Triaged => In Progress ** Changed in: apparmor (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of AppArmor Developers, which is the registrant for AppArmor. https://bugs.launchpad.net/bugs/929531

[apparmor] [Bug 929531] Re: apparmor denial to /sys/devices/system/cpu/online

2012-02-09 Thread Jamie Strandboge
** Also affects: apparmor Importance: Undecided Status: New ** Changed in: apparmor (Ubuntu) Importance: Undecided => High ** Changed in: apparmor (Ubuntu) Status: Confirmed => Triaged ** Changed in: apparmor (Ubuntu) Assignee: (unassigned) => Jamie Strandboge (jdstrand)

[apparmor] [PATCH] base abstraction needs update for new glibc

2012-02-09 Thread Jamie Strandboge
See attached patch. -- Jamie Strandboge | http://www.canonical.com Author: Jamie Strandboge Description: glibc's __get_nprocs() now checks /sys/devices/system/cpu/online in addition to /proc/stat for the number of processors. This is used in the _SC_NPROCESSORS_ONLN implementation,