diff --git a/secpaver.spec b/secpaver.spec index 7900c559afbee676d4ad0a5344b1b2d7fe138049..216796e637a0572a96b610fed5cd8c0aacf98179 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