Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Paul Moore
On Tuesday 17 July 2007 8:24:55 pm Linus Torvalds wrote: > On Tue, 17 Jul 2007, James Morris wrote: > > These are updated Netlabel/SELinux changes from Paul, reworked so that > > they don't break userspace. Michal says they work for him. Please apply > > for 2.6.23. > > They don't work AT ALL

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Linus Torvalds
On Wed, 18 Jul 2007, Michal Piotrowski wrote: > > Once again I tested both patches, build log shows only this You clearly didn't test them with CONFIG_NETLABEL set to off, or you have a buggy compiler. You had int netlbl_enabled(void) { return 0; }

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Michal Piotrowski
Linus Torvalds pisze: > > On Tue, 17 Jul 2007, James Morris wrote: >> These are updated Netlabel/SELinux changes from Paul, reworked so that >> they don't break userspace. Michal says they work for him. Please apply >> for 2.6.23. > > They don't work AT ALL for me: > >

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Linus Torvalds
On Tue, 17 Jul 2007, James Morris wrote: > > These are updated Netlabel/SELinux changes from Paul, reworked so that > they don't break userspace. Michal says they work for him. Please apply > for 2.6.23. They don't work AT ALL for me: security/selinux/ss/sidtab.o: In function

[PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread James Morris
Hi Linus, These are updated Netlabel/SELinux changes from Paul, reworked so that they don't break userspace. Michal says they work for him. Please apply for 2.6.23. The following changes since commit 489de30259e667d7bc47da9da44a0270b050cd97: Linus Torvalds (1): Merge branch

[PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread James Morris
Hi Linus, These are updated Netlabel/SELinux changes from Paul, reworked so that they don't break userspace. Michal says they work for him. Please apply for 2.6.23. The following changes since commit 489de30259e667d7bc47da9da44a0270b050cd97: Linus Torvalds (1): Merge branch

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Linus Torvalds
On Tue, 17 Jul 2007, James Morris wrote: These are updated Netlabel/SELinux changes from Paul, reworked so that they don't break userspace. Michal says they work for him. Please apply for 2.6.23. They don't work AT ALL for me: security/selinux/ss/sidtab.o: In function

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Michal Piotrowski
Linus Torvalds pisze: On Tue, 17 Jul 2007, James Morris wrote: These are updated Netlabel/SELinux changes from Paul, reworked so that they don't break userspace. Michal says they work for him. Please apply for 2.6.23. They don't work AT ALL for me:

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Linus Torvalds
On Wed, 18 Jul 2007, Michal Piotrowski wrote: Once again I tested both patches, build log shows only this You clearly didn't test them with CONFIG_NETLABEL set to off, or you have a buggy compiler. You had int netlbl_enabled(void) { return 0; } in

Re: [PATCH 0/2] SELinux Netlabel updates

2007-07-17 Thread Paul Moore
On Tuesday 17 July 2007 8:24:55 pm Linus Torvalds wrote: On Tue, 17 Jul 2007, James Morris wrote: These are updated Netlabel/SELinux changes from Paul, reworked so that they don't break userspace. Michal says they work for him. Please apply for 2.6.23. They don't work AT ALL for me: