Re: [patch] setfiles bugfix

2007-09-26 Thread Yuichi Nakamura
On Thu, 27 Sep 2007 08:14:01 +0900 Yuichi Nakamura wrote: > Hello. > > On Wed, 26 Sep 2007 18:59:15 +0100 > Denys Vlasenko wrote: > > On Wednesday 26 September 2007 08:44, Yuichi Nakamura wrote: > > > > > > This patch fixes bug in setfiles. > > > setfiles segfaults in p[0] = '\0'. > > > > I a

Re: [patch] setfiles bugfix

2007-09-26 Thread Yuichi Nakamura
Hello. On Wed, 26 Sep 2007 18:59:15 +0100 Denys Vlasenko wrote: > On Wednesday 26 September 2007 08:44, Yuichi Nakamura wrote: > > > > This patch fixes bug in setfiles. > > setfiles segfaults in p[0] = '\0'. > > I am applying this instead: > > diff -urN busybox-1.7.1/selinux/setfiles.c > busy

Re: [patch] load_policy update

2007-09-26 Thread Denys Vlasenko
On Wednesday 26 September 2007 08:54, Yuichi Nakamura wrote: > Hi. > > This patch is update of load_policy applet. > > Current load_policy is based on old implementation. > to remove dependency to libsepol. > # New load_policy implementation required libsepol > > libselinux,libsepol has been upd

Re: [patch] chcon bugfix

2007-09-26 Thread Denys Vlasenko
On Wednesday 26 September 2007 05:19, Yuichi Nakamura wrote: > Hello. > > This is a bugfix patch for chcon. > chcon options did not work correctly. > > Regards, Applied, thanks -- vda ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-

Re: [patch] setfiles bugfix

2007-09-26 Thread Denys Vlasenko
On Wednesday 26 September 2007 08:44, Yuichi Nakamura wrote: > > This patch fixes bug in setfiles. > setfiles segfaults in p[0] = '\0'. I am applying this instead: diff -urN busybox-1.7.1/selinux/setfiles.c busybox-1.7.1-setfiles/selinux/setfiles.c --- busybox-1.7.1/selinux/setfiles.c2007-0

Re: A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread Denys Vlasenko
On Wednesday 26 September 2007 14:31, 普查 陈 wrote: > Dear Sirs, > I am a beginner of busybox. Now, I am trying to build busybox executable > with arm-linux-gcc, a cross compiler, in cygwin. When I input “make > CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into > .o f

A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there appear

A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there appear

A Problem about Compiling Busybox with Cross Compiler in Cygwin! Thanks!

2007-09-26 Thread 普查 陈
Dear Sirs, I am a beginner of busybox. Now, I am trying to build busybox executable with arm-linux-gcc, a cross compiler, in cygwin. When I input “make CROSS_COMPILE=arm-linux-gcc”, many .c files can be successfully compiled into .o files. But, when coreutils/usleep.c is compiled, there appear

Re: Insmod problem with busybox 1.4.2

2007-09-26 Thread Evert Meulie
Mike Frysinger wrote: > On Tuesday 25 September 2007, Denys Vlasenko wrote: >> On Monday 24 September 2007 22:58, Evert Meulie wrote: >>> But we're diverting here... Am I the only one who has this problem with >>> insmod? >> If I understand it right, 2.6-style insmod has no options at all. > > cor

Re: [patch] chcon bugfix

2007-09-26 Thread Yuichi Nakamura
On Wed, 26 Sep 2007 09:47:40 +0200 Natanael Copa wrote: > On Wed, 2007-09-26 at 13:19 +0900, Yuichi Nakamura wrote: > > Hello. > > > > This is a bugfix patch for chcon. > > chcon options did not work correctly. > > > > candidate for fixes-1.7.1? Yes. This is a bugfix, so I think it(with fixes

[patch] load_policy update

2007-09-26 Thread Yuichi Nakamura
Hi. This patch is update of load_policy applet. Current load_policy is based on old implementation. to remove dependency to libsepol. # New load_policy implementation required libsepol libselinux,libsepol has been updated today, and we do not need libsepol for load_policy even if we adopt new i

Re: [patch] setfiles bugfix

2007-09-26 Thread Natanael Copa
On Wed, 2007-09-26 at 16:44 +0900, Yuichi Nakamura wrote: > This patch fixes bug in setfiles. > setfiles segfaults in p[0] = '\0'. should be added to fixes-1.7.1 as well. -nc ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailm

Re: [patch] chcon bugfix

2007-09-26 Thread Natanael Copa
On Wed, 2007-09-26 at 13:19 +0900, Yuichi Nakamura wrote: > Hello. > > This is a bugfix patch for chcon. > chcon options did not work correctly. > candidate for fixes-1.7.1? -nc ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin

[patch] setfiles bugfix

2007-09-26 Thread Yuichi Nakamura
This patch fixes bug in setfiles. setfiles segfaults in p[0] = '\0'. -- Yuichi Nakamura Hitachi Software Engineering Co., Ltd. Japan SELinux Users Group(JSELUG): http://www.selinux.gr.jp/ SELinux Policy Editor: http://seedit.sourceforge.net/ setfiles.patch Description: Binary data