summaryrefslogtreecommitdiffstats
path: root/redhat/extras/trinity-filesystem/trinity-filesystem.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/extras/trinity-filesystem/trinity-filesystem.spec')
-rw-r--r--redhat/extras/trinity-filesystem/trinity-filesystem.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem.spec b/redhat/extras/trinity-filesystem/trinity-filesystem.spec
index 71645c704..d8c26507d 100644
--- a/redhat/extras/trinity-filesystem/trinity-filesystem.spec
+++ b/redhat/extras/trinity-filesystem/trinity-filesystem.spec
@@ -626,6 +626,11 @@ for b in kcheckpass kgrantpty kpac_dhcp_helper kppp start_tdeinit tdmtsak tdekbd
echo "%{tde_bindir}/${b} root:root 4711" >>/etc/permissions.local
fi
done
+for b in fileshareset ; do
+ if ! grep -q "^%{_bindir}/${b}" "/etc/permissions.local"; then
+ echo "%{_bindir}/${b} root:root 4711" >>/etc/permissions.local
+ fi
+done
%endif