Fix file permissions and do not verify digest, file size and modification time
Resolves: RHEL-82850
This commit is contained in:
parent
04705e3899
commit
c0cdb1091d
@ -49,11 +49,11 @@ done
|
||||
%dir %{ROOTFILES_DIR}
|
||||
%{ROOTFILES_DIR}/.[A-Za-z]*
|
||||
%{_tmpfilesdir}/rootfiles.conf
|
||||
%ghost /root/.bash_logout
|
||||
%ghost /root/.bash_profile
|
||||
%ghost /root/.bashrc
|
||||
%ghost /root/.cshrc
|
||||
%ghost /root/.tcshrc
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bash_logout
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bash_profile
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bashrc
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.cshrc
|
||||
%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.tcshrc
|
||||
|
||||
%changelog
|
||||
* Wed Feb 12 2025 Martin Osvald <mosvald@redhat.com> - 8.1-41
|
||||
|
||||
Loading…
Reference in New Issue
Block a user