Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit 0ca18b2

Browse files
author
Rinku Kothiya
authored
Merge pull request #21 from tshacked/selinux_20
Fixing verification failure for ghost file
2 parents 06254ee + 5c97b60 commit 0ca18b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glusterfs-selinux.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555

5656
%files
5757
%{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.*
58-
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
58+
%ghost %attr(700, root, root) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
5959
%license COPYING
6060

6161

0 commit comments

Comments
 (0)