Do not set umask to 077 any more
This commit is contained in:
parent
c9030c12fb
commit
8675f55a3e
@ -1,7 +1,7 @@
|
||||
Summary: openEuler Security Tool
|
||||
Name : security-tool
|
||||
Version: 2.0
|
||||
Release: 1.45
|
||||
Release: 1.46
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: security
|
||||
Source2: security.conf
|
||||
@ -124,6 +124,9 @@ fi
|
||||
%attr(0500,root,root) %{_sbindir}/security-tool.sh
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2020 openEuler Buildteam <buildteam@openEuler.org> - 2.0-1.46
|
||||
- Do not set umask to 077 any more
|
||||
|
||||
* Thu May 7 2020 openEuler Buildteam <buildteam@openEuler.org> - 2.0-1.45
|
||||
- Update LICENSE of files
|
||||
|
||||
|
||||
@ -154,10 +154,6 @@
|
||||
216@touch @/etc/sysconfig/init
|
||||
217@m@/etc/sysconfig/init@PROMPT=@no
|
||||
|
||||
222@umask@user@0077
|
||||
|
||||
223@umask@deamon@0027
|
||||
|
||||
########################################################################
|
||||
# Kernel parameters
|
||||
########################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user