From 43bcbe5dea04140c48607174d130d85417b630ff Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Sat, 18 Jan 2020 12:41:27 +0800 Subject: [PATCH] delete ALWAYS_SET_PATH which has been set by security-tool --- shadow-utils.login.defs | 3 --- shadow.spec | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shadow-utils.login.defs b/shadow-utils.login.defs index a898776..cbbc927 100644 --- a/shadow-utils.login.defs +++ b/shadow-utils.login.defs @@ -54,6 +54,3 @@ USERGROUPS_ENAB yes # Use SHA512 to encrypt password. ENCRYPT_METHOD SHA512 - -# This sets the root PATH for login -ALWAYS_SET_PATH yes diff --git a/shadow.spec b/shadow.spec index dc5615b..6b617cb 100644 --- a/shadow.spec +++ b/shadow.spec @@ -1,6 +1,6 @@ Name: shadow Version: 4.7 -Release: 5 +Release: 6 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -164,6 +164,9 @@ done %{_mandir}/*/* %changelog +* Sat Jan 18 2020 openEuler Buildteam - 2:4.7-6 +- Delete ALWAYS_SET_PATH, which has been set by security-tool + * Thu Jan 16 2020 openEuler Buildteam - 2:4.7-5 - Fix unknown item 'LASTLOG_MAX_UID' -- Gitee