From 7299ca031dd1316d0f3e47402bf632e81ea24112 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 13 Nov 2011 17:47:00 +0100 Subject: chsh: build bug: do not override config.h definition The ONLY_LISTED_SHELLS is defined by --disable-chsh-only-listed configuration option. Signed-off-by: Sami Kerola --- login-utils/chsh.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'login-utils/chsh.c') diff --git a/login-utils/chsh.c b/login-utils/chsh.c index 043022ee6..bca161fb3 100644 --- a/login-utils/chsh.c +++ b/login-utils/chsh.c @@ -62,9 +62,6 @@ #include "selinux_utils.h" #endif -/* Only root is allowed to assign a luser a non-listed shell, by default */ -#define ONLY_LISTED_SHELLS 1 - struct sinfo { char *username; char *shell; -- cgit v1.2.3-55-g7522