[PATCH 1/8] busybox -- SELinux option support for coreutils: ver3

Denis Vlasenko vda.linux at googlemail.com
Sat Feb 24 15:01:14 UTC 2007


On Friday 23 February 2007 09:47, Yuichi Nakamura wrote:
> [1/8] busybox-coreutils-common-01.v3.patch
>  - common component for SELinux options, applets
> 
> Signed-off-by: Yuichi Nakamura <ynakam at hitachisoft.jp>
> Signed-off-by: KaiGai Kohei <kaigai at kaigai.gr.jp>

        "       -i      Interactive, prompt before overwrite\n" \
        "       -R,-r   Copy directories recursively\n" \
-       "       -l,-s   Create (sym)links"
+       "       -l,-s   Create (sym)links\n"

 #define cpio_trivial_usage \

Why?


 USE_RPM2CPIO(APPLET(rpm2cpio, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
+USE_RUNCON(APPLET(runcon, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
 USE_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts))
 USE_RUNLEVEL(APPLET(runlevel, _BB_DIR_SBIN, _BB_SUID_NEVER))

*Must* be in ASCII order.


--
vda



More information about the busybox mailing list