[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

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

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

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. correct, insmod

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

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

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

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

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.c

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

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 updated