From 7299ca031dd1316d0f3e47402bf632e81ea24112 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 13 Nov 2011 17:47:00 +0100 Subject: [PATCH] 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(-) diff --git a/login-utils/chsh.c b/login-utils/chsh.c index 043022ee6e..bca161fb3e 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; -- 2.47.3