summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--login-utils/chsh.c3
1 files changed, 0 insertions, 3 deletions
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;