Re: compile error in trunk -- selinux, loginutils/login.c

2009-02-22 Thread KaiGai Kohei
___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox -- OSS Platform Development Division, NEC KaiGai Kohei kai...@ak.jp.nec.com Index: loginutils/login.c

Re: [PATCH] selinux support on mkswap applet

2008-04-25 Thread KaiGai Kohei
!= ENODATA) goto error; if (matchpathcon(path, stbuf.st_mode, oldcon) 0) -- OSS Platform Development Division, NEC KaiGai Kohei [EMAIL PROTECTED] ___ busybox mailing list busybox@busybox.net http

Re: [PATCH] selinux support on mkswap applet

2008-04-25 Thread KaiGai Kohei
may have missed additional occurances of these. thanks, -- OSS Platform Development Division, NEC KaiGai Kohei [EMAIL PROTECTED] ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

[PATCH] sestatus, displays the current status of SELinux

2007-11-20 Thread KaiGai Kohei
system_u:object_r:sshd_exec_t:s0 /lib/libc.so.6 system_u:object_r:lib_t:s0 - system_u:object_r:lib_t:s0 /lib/ld-linux.so.2 system_u:object_r:ld_so_t:s0 - system_u:object_r:lib_t:s0 -- OSS Platform Development Division, NEC KaiGai Kohei [EMAIL PROTECTED] Index: busybox/include/usage.h

Re: [busybox:01243] Re: [patch] setsebool applet

2007-10-18 Thread KaiGai Kohei
Denys Vlasenko wrote: On Thursday 18 October 2007 11:19, KaiGai Kohei wrote: I could not find selinux/setsebool.c on the HEAD of svn repository. http://www.busybox.net/cgi-bin/viewcvs.cgi/trunk/busybox/selinux/ Don't you forget to run 'svn add selinux/setsebool.c' before commit? Oh my

[PATCH] SELinux support in passwd/chpasswd

2007-10-10 Thread KaiGai Kohei
apply this patch, or reply your comment. Thanks, -- OSS Platform Development Division, NEC KaiGai Kohei [EMAIL PROTECTED] Index: busybox/include/libbb.h === --- busybox/include/libbb.h (revision 20217) +++ busybox/include/libbb.h (working

Re: [PATCH] find -context option

2007-06-18 Thread KaiGai Kohei
Hi, It's a reminder. :) Is there any comment about the patch to support -context option for findutils applet, I posted a week ago? If it has no matter, I want to merge the feature. Thanks, KaiGai Kohei wrote: This patch enables to apply -context matching rule for find applet. It returns

[PATCH] find -context option

2007-06-06 Thread KaiGai Kohei
- /etc/shadow- It will print any file under /etc, have a security context of 'system_u:object_r:shadow_t'. Any comment please, Thanks, -- KaiGai Kohei [EMAIL PROTECTED] Index: busybox/include/usage.h === --- busybox/include/usage.h