Skip to content

Commit

Permalink
glusterfs: do not set setuid in install
Browse files Browse the repository at this point in the history
related to #26600
  • Loading branch information
Mic92 authored and qknight committed Jun 27, 2017
1 parent 395bd92 commit 1b78b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/filesystems/glusterfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ rec {
inherit (s) name version;
inherit buildInputs propagatedBuildInputs;

postPatch = ''
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
'';

patches = [
./glusterfs-use-PATH-instead-of-hardcodes.patch
./glusterfs-fix-unsubstituted-autoconf-macros.patch
Expand Down

0 comments on commit 1b78b2d

Please sign in to comment.