• Home
  • Raw
  • Download

Lines Matching +full:run +full:- +full:selinux +full:- +full:test

16 	  usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]]
18 With no arguments, "toybox" shows available COMMAND names. Add --long
22 First argument is name of a COMMAND to run, followed by any ARGUMENTS
25 --help Show command help (only)
26 --version Show toybox version (only)
28 The filename "-" means stdin/stdout, and "--" stops argument parsing.
63 bool "SELinux support"
65 Include SELinux options in commands such as ls, and add
66 SELinux-specific commands such as chcon to the Android menu.
79 Use faster hash functions out of external -lcrypto library.
101 bool "--help and --version"
105 Support --help argument in all commands, even ones with a NULL
107 as "help command". --version shows toybox version.
127 This disables that optimization, so toybox will run external commands
128 even when it has a built-in version of that command. This requires
129 toybox symlinks to be installed in the $PATH, or re-invoking the
155 When using musl-libc on a nommu system, you'll need to say "y" here
156 unless you used the patch in the mcm-buildall.sh script. You can also
157 say "y" here to test the nommu codepaths on an mmu system.
161 needs a second instance of itself to run specific code at the same
169 compile-time probes to select which codepath to use. But musl
171 -ENOSYS on nommu systems, and goes out of its way to prevent any
172 cross-compile compatible compile-time probes for a nommu system.
174 despite the fact that a nommu system can't even run standard ELF
179 Building a scripts/mcm-buildall.sh toolchain patches musl to fix this.