applets specified as _BB_SUID_ALWAYS in applets.h should also select
authorEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 18:58:57 +0000 (18:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 18:58:57 +0000 (18:58 -0000)
CONFIG_FEATURE_SUID to ensure proper behavior when installed.

miscutils/Config.in
util-linux/Config.in

index 3b2f76c79a7544c4e72025100da890f841c7183a..b02def60ca92dde26600b170ce9a02d92335a096 100644 (file)
@@ -37,6 +37,7 @@ config CONFIG_FEATURE_CROND_CALL_SENDMAIL
 config CONFIG_CRONTAB
        bool "crontab"
        default n
+       select CONFIG_FEATURE_SUID
        help
          Crontab manipulates the crontab for a particular user.  Only
          the superuser may specify a different user and/or crontab directory.
index a1e0b08488b728498dde45c6d700b4ec3849e884..b5416540900a292bcc538d17c420b3ad18fde513 100644 (file)
@@ -219,6 +219,7 @@ config CONFIG_LOSETUP
 config CONFIG_IPCRM
        bool "ipcrm"
        default n
+       select CONFIG_FEATURE_SUID
        help
          The ipcrm utility allows the removal of System V interprocess
          communication (IPC) objects and the associated data structures
@@ -227,6 +228,7 @@ config CONFIG_IPCRM
 config CONFIG_IPCS
        bool "ipcs"
        default n
+       select CONFIG_FEATURE_SUID
        help
          The ipcs utility is used to provide information on the currently
          allocated System V interprocess (IPC) objects in the system.