Config.in 402 B

123456789101112
  1. config BR2_PACKAGE_SUDO
  2. bool "sudo"
  3. # uses fork()
  4. depends on BR2_USE_MMU
  5. select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
  6. help
  7. Sudo is a program designed to allow a sysadmin to give
  8. limited root privileges to users and log root activity. The
  9. basic philosophy is to give as few privileges as possible
  10. but still allow people to get their work done.
  11. https://www.sudo.ws/sudo/