diff --git a/security-tool.spec b/security-tool.spec index 375d1ae..2ddf7e6 100644 --- a/security-tool.spec +++ b/security-tool.spec @@ -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 - 2.0-1.46 +- Do not set umask to 077 any more + * Thu May 7 2020 openEuler Buildteam - 2.0-1.45 - Update LICENSE of files diff --git a/security.conf b/security.conf index 6d84318..e5d39e2 100644 --- a/security.conf +++ b/security.conf @@ -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 ########################################################################