delete ALWAYS_SET_PATH which has been set by security-tool

This commit is contained in:
guoxiaoqi 2020-01-18 12:41:27 +08:00
parent bea08d3fa9
commit 43bcbe5dea
2 changed files with 4 additions and 4 deletions

View File

@ -54,6 +54,3 @@ USERGROUPS_ENAB yes
# Use SHA512 to encrypt password. # Use SHA512 to encrypt password.
ENCRYPT_METHOD SHA512 ENCRYPT_METHOD SHA512
# This sets the root PATH for login
ALWAYS_SET_PATH yes

View File

@ -1,6 +1,6 @@
Name: shadow Name: shadow
Version: 4.7 Version: 4.7
Release: 5 Release: 6
Epoch: 2 Epoch: 2
License: BSD and GPLv2+ License: BSD and GPLv2+
Summary: Tools for managing accounts and shadow password files Summary: Tools for managing accounts and shadow password files
@ -164,6 +164,9 @@ done
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Sat Jan 18 2020 openEuler Buildteam <buildteam@openEuler.org> - 2:4.7-6
- Delete ALWAYS_SET_PATH, which has been set by security-tool
* Thu Jan 16 2020 openEuler Buildteam <buildteam@openEuler.org> - 2:4.7-5 * Thu Jan 16 2020 openEuler Buildteam <buildteam@openEuler.org> - 2:4.7-5
- Fix unknown item 'LASTLOG_MAX_UID' - Fix unknown item 'LASTLOG_MAX_UID'