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 <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-11-13 17:47:00 +01:00
parent 8187b555df
commit 7299ca031d
1 changed files with 0 additions and 3 deletions

View File

@ -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;