!11 [sync] PR-9: 【openEuler-20.03-LTS-SP1】Fix directory permissions
From: @openeuler-sync-bot Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
fccea497a7
@ -4,7 +4,7 @@ Summary: User space tools for kernel auditing
|
|||||||
Name: audit
|
Name: audit
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.8.5
|
Version: 2.8.5
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://people.redhat.com/sgrubb/audit/
|
URL: https://people.redhat.com/sgrubb/audit/
|
||||||
Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||||
@ -208,6 +208,8 @@ fi
|
|||||||
%attr(750,root,root) %dir /etc/audit
|
%attr(750,root,root) %dir /etc/audit
|
||||||
%attr(750,root,root) %dir /etc/audit/rules.d
|
%attr(750,root,root) %dir /etc/audit/rules.d
|
||||||
%attr(750,root,root) %dir /etc/audit/plugins.d
|
%attr(750,root,root) %dir /etc/audit/plugins.d
|
||||||
|
%attr(750,root,root) %dir /etc/audisp
|
||||||
|
%attr(750,root,root) %dir /etc/audisp/plugins.d
|
||||||
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
|
%config(noreplace) %attr(640,root,root) /etc/audit/auditd.conf
|
||||||
%ghost %config(noreplace) %attr(600,root,root) /etc/audit/rules.d/audit.rules
|
%ghost %config(noreplace) %attr(600,root,root) /etc/audit/rules.d/audit.rules
|
||||||
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
|
%ghost %config(noreplace) %attr(640,root,root) /etc/audit/audit.rules
|
||||||
@ -269,6 +271,9 @@ fi
|
|||||||
%attr(644,root,root) %{_mandir}/man8/*.8.gz
|
%attr(644,root,root) %{_mandir}/man8/*.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 19 2021 yixiangzhike <zhangxingliang3@huawei.com> - 2.8.5-3
|
||||||
|
- fix directory permissions for /etc/audisp and /etc/audisp/plugins.d
|
||||||
|
|
||||||
* Mon Aug 17 2020 zhangchenfeng <zhangchenfeng1@huawei.com> - 2.8.5-2
|
* Mon Aug 17 2020 zhangchenfeng <zhangchenfeng1@huawei.com> - 2.8.5-2
|
||||||
- add epoch for requires
|
- add epoch for requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user