From a1d6b55bfa5daa9ba5fa9a7a99dd8872284b6ad8 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 22 Oct 2013 11:11:59 +0800 Subject: base-files: remove invalid entries from /etc/shells It's more reasonable and secure to keep /etc/shells a minimal file, and then entries for valid shells be added dynamically to the system, only if the packages that provide them are supported. Signed-off-by: Ming Liu Signed-off-by: Saul Wold --- meta/recipes-core/base-files/base-files/shells | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/recipes-core/base-files/base-files/shells') diff --git a/meta/recipes-core/base-files/base-files/shells b/meta/recipes-core/base-files/base-files/shells index ce39b3dde7..3f639874d8 100644 --- a/meta/recipes-core/base-files/base-files/shells +++ b/meta/recipes-core/base-files/base-files/shells @@ -1,8 +1,2 @@ # /etc/shells: valid login shells /bin/sh -/bin/ash -/bin/bash -/bin/dash -/bin/ksh -/usr/bin/ksh -/usr/bin/screen -- cgit 1.2.3-korg