Skip to content

Commit e67dd4a

Browse files
Mic92LnL7
authored andcommittedJun 24, 2017
glusterfs: do not set setuid in install
related to #26600 (cherry picked from commit ecc34cb)
1 parent 2fee075 commit e67dd4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pkgs/tools/filesystems/glusterfs/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ rec {
2626
inherit (s) name version;
2727
inherit buildInputs propagatedBuildInputs;
2828

29+
postPatch = ''
30+
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
31+
'';
32+
2933
preConfigure = ''
3034
./autogen.sh
3135
'';

0 commit comments

Comments
 (0)
Please sign in to comment.