From 08ba791efeddad3976ae808c65e2e2240849fbde Mon Sep 17 00:00:00 2001 From: lixiao Date: Fri, 16 Dec 2022 07:56:35 +0000 Subject: [PATCH] Modify /bin/pav and /bin/pavd permission from 700 to 500. Signed-off-by: lixiao --- secpaver.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/secpaver.spec b/secpaver.spec index 7900c55..216796e 100755 --- a/secpaver.spec +++ b/secpaver.spec @@ -2,7 +2,7 @@ Name: secpaver Summary: Security policy development tool Version: 1.0.2 -Release: 2 +Release: 3 License: Mulan PSL v2 URL: https://gitee.com/openeuler/secpaver Source: https://gitee.com/openeuler/secpaver/repository/archive/%{name}-%{version}.tar.gz @@ -42,8 +42,8 @@ SELinux plugin for secPaver. %files %defattr(0600,root,root,0700) -%attr(0700,root,root) %{_bindir}/pav -%attr(0700,root,root) %{_bindir}/pavd +%attr(0500,root,root) %{_bindir}/pav +%attr(0500,root,root) %{_bindir}/pavd %dir %{_sysconfdir}/secpaver %dir %{_sysconfdir}/secpaver/pavd %dir %{_libdir}/secpaver @@ -73,6 +73,9 @@ SELinux plugin for secPaver. %systemd_postun_with_restart pavd.service %changelog +* Fri Dec 16 2022 lixiao - 1.0.2-3 +- Modify pav and pavd permission from 700 to 500 + * Thu Sep 30 2021 luhuaxin <1539327763@qq.com> - 1.0.2-2 - set default log path -- Gitee