From 576db48ef0c0fa12ea5677cb0176b3809ebd0ceb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jun 2005 18:58:57 +0000 Subject: applets specified as _BB_SUID_ALWAYS in applets.h should also select CONFIG_FEATURE_SUID to ensure proper behavior when installed. --- util-linux/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux/Config.in') diff --git a/util-linux/Config.in b/util-linux/Config.in index a1e0b0848..b54165409 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -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. -- cgit v1.2.3