Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread David S. Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Sun, 12 Mar 2006 17:15:31 -0800 > We can remove the export again by uninlining scm_recv(). > > Both scm_recv() and scm_send() are very large anyway. > > If they're uninlined then they'll need to be exported to modules. This seems like a good idea. -

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread David S. Miller
From: James Morris <[EMAIL PROTECTED]> Date: Sun, 12 Mar 2006 20:07:33 -0500 (EST) > On Sun, 12 Mar 2006, [EMAIL PROTECTED] wrote: > > > Cc: Stephen Smalley <[EMAIL PROTECTED]> > > Cc: James Morris <[EMAIL PROTECTED]> > > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> > > These SELinux symbols

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread Andrew Morton
James Morris <[EMAIL PROTECTED]> wrote: > > On Sun, 12 Mar 2006, [EMAIL PROTECTED] wrote: > > > Cc: Stephen Smalley <[EMAIL PROTECTED]> > > Cc: James Morris <[EMAIL PROTECTED]> > > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> > > These SELinux symbols should not be directly exported (if y

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread Arnaldo Carvalho de Melo
On 3/12/06, James Morris <[EMAIL PROTECTED]> wrote: > On Sun, 12 Mar 2006, [EMAIL PROTECTED] wrote: > > > Cc: Stephen Smalley <[EMAIL PROTECTED]> > > Cc: James Morris <[EMAIL PROTECTED]> > > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> > > These SELinux symbols should not be directly exported (

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread James Morris
On Sun, 12 Mar 2006, [EMAIL PROTECTED] wrote: > Cc: Stephen Smalley <[EMAIL PROTECTED]> > Cc: James Morris <[EMAIL PROTECTED]> > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> These SELinux symbols should not be directly exported (if you need it temporarily to fix the build, fine, but please d

Re: [patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread David S. Miller
From: [EMAIL PROTECTED] Date: Sun, 12 Mar 2006 01:19:18 -0800 > WARNING: "security_sid_to_context" [net/unix/unix.ko] undefined! Applied, thanks Andrew. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:/

[patch 1/1] git-net: export security_sid_to_context()

2006-03-12 Thread akpm
From: Andrew Morton <[EMAIL PROTECTED]> WARNING: "security_sid_to_context" [net/unix/unix.ko] undefined! (Those functions in scm.h should be uninlined) Cc: Stephen Smalley <[EMAIL PROTECTED]> Cc: James Morris <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- security/se