Re: [PATCH 0/2] SELinux Netlabel updates
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 Jul 2007 17:24:55 -0700 (PDT)
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 `netlbl_enabled':
sidtab.c:(.text+0x0): multiple definition of `netlbl_enabled'
security/selinux/ss/ebitmap.o:ebitmap.c:(.text+0x0): first defined here
Tssk.
That dummy "netlbl_enabled()" should be "static inline", methinks.
Also, that <net/netlabel.h> file has two blocks after each other of
#ifdef CONFIG_NETLABEL
..
#else
..
#endif
#ifdef CONFIG_NETLABEL
..
#else
..
#endif
which might as well be cleaned up at the same time (and might have avoided
this bug, since then the people involved would have seen the _correct_
example in the first version)
Please fix up and ask me to pull again. Preferably by actually fixing up
the commit itself, so that we don't unnecessarily have revisions that
don't even compile and thus potentially screw up git-bisect attempts.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/2] SELinux Netlabel updates
- From: Paul Moore
- Re: [PATCH 0/2] SELinux Netlabel updates
- From: Michal Piotrowski
- Re: [PATCH 0/2] SELinux Netlabel updates
- References:
- [PATCH 0/2] SELinux Netlabel updates
- From: James Morris
- [PATCH 0/2] SELinux Netlabel updates
- Prev by Date: Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...?
- Next by Date: Re: block/bsg.c
- Previous by thread: [PATCH 2/2] SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel
- Next by thread: Re: [PATCH 0/2] SELinux Netlabel updates
- Index(es):
Relevant Pages
|
|