diff --git a/root/etc/e-smith/templates/etc/shells/bash b/root/etc/e-smith/templates/etc/shells/bash index 01dca2d..5684969 100644 --- a/root/etc/e-smith/templates/etc/shells/bash +++ b/root/etc/e-smith/templates/etc/shells/bash @@ -1 +1,2 @@ /bin/bash +/usr/bin/bash diff --git a/root/etc/e-smith/templates/etc/shells/bash2 b/root/etc/e-smith/templates/etc/shells/bash2 index 25df381..314ff20 100644 --- a/root/etc/e-smith/templates/etc/shells/bash2 +++ b/root/etc/e-smith/templates/etc/shells/bash2 @@ -1 +1,2 @@ /bin/bash2 +/usr/bin/bash2 diff --git a/root/etc/e-smith/templates/etc/shells/console b/root/etc/e-smith/templates/etc/shells/console index 753e00c..c064021 100644 --- a/root/etc/e-smith/templates/etc/shells/console +++ b/root/etc/e-smith/templates/etc/shells/console @@ -1 +1,2 @@ /sbin/e-smith/console +/usr/sbin/e-smith/console diff --git a/root/etc/e-smith/templates/etc/shells/csh b/root/etc/e-smith/templates/etc/shells/csh index 5a831e8..ba9ae12 100644 --- a/root/etc/e-smith/templates/etc/shells/csh +++ b/root/etc/e-smith/templates/etc/shells/csh @@ -1 +1,2 @@ /bin/csh +/usr/bin/csh diff --git a/root/etc/e-smith/templates/etc/shells/false b/root/etc/e-smith/templates/etc/shells/false index 52c87c8..7d31e4b 100644 --- a/root/etc/e-smith/templates/etc/shells/false +++ b/root/etc/e-smith/templates/etc/shells/false @@ -1 +1,2 @@ /bin/false +/usr/bin/false diff --git a/root/etc/e-smith/templates/etc/shells/sh b/root/etc/e-smith/templates/etc/shells/sh index c2cdaa0..44cfe63 100644 --- a/root/etc/e-smith/templates/etc/shells/sh +++ b/root/etc/e-smith/templates/etc/shells/sh @@ -1 +1,2 @@ /bin/sh +/usr/bin/sh diff --git a/smeserver-base.spec b/smeserver-base.spec index aaedfa5..732f1d0 100644 --- a/smeserver-base.spec +++ b/smeserver-base.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module %define name smeserver-base Name: %{name} %define version 11.0.0 -%define release 26 +%define release 27 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -192,6 +192,9 @@ fi %changelog +* Sun Feb 16 2025 Jean-Philippe Pialasse 11.0.0-27.sme +- fix missing allowed shell for login [SME: 12926] + * Wed Feb 12 2025 Jean-Philippe Pialasse 11.0.0-26.sme - add pam_abl requirement [SME: 12914] - add isdn4k-utils requirement for ippp isdn connections [SME: 12909]