selinux-patch for 1.01 - checked warnings

Jan-Simon Möller dl9pf at gmx.de
Fri Sep 23 11:34:59 UTC 2005


Hi Vladimir, 
[...]
> Cat you make this patch as:
>
> 1) add selinux flag to include/applets.h
> -# define APPLET(a,b,c,d)
> +# define APPLET(a,b,c,d, selinux_flag)
> ...
> 2) insert selinux initializes to run_applet_by_name()
> #ifdef CONFIG_SELINUX
> 	if(applet_using->selinux)
> 		selinux_initialize_stuff();
> #endif
> 3) may be remove all selinux-shit from applet`s sourses
> and move to libbb member selinux_stuff()
> (may be for run_shell() too)
>
> ?
> Else, I think do remove this selinux-shit and move
> your patch to the patches/ project directory.

This is basically just the svn checkin No. 10238 that I applied to the stable 
tree and checked the warnings as in the release-notes mentioned ....

Could you please explain what you exactly mean (I don't have experience with 
applets.h)

Bye
Jan-Simon



More information about the busybox mailing list