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.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/extras/trinity-filesystem/trinity-filesystem.spec b/redhat/extras/trinity-filesystem/trinity-filesystem.spec
index 282561b98..32320ba90 100644
--- a/redhat/extras/trinity-filesystem/trinity-filesystem.spec
+++ b/redhat/extras/trinity-filesystem/trinity-filesystem.spec
@@ -170,7 +170,7 @@ This package installs the Trinity directory structure.
%post
%if 0%{?suse_version}
# Add setuid files in '/etc/permissions.local'
-for b in fileshareset kgrantpty kpac_dhcp_helper start_tdeinit; do
+for b in kgrantpty kpac_dhcp_helper start_tdeinit; do
if ! grep -q "^%{tde_bindir}/${b}" "/etc/permissions.local"; then
echo "%{tde_bindir}/${b} root:root 4711" >>/etc/permissions.local
fi