Skip to content

Commit

Permalink
libcgroup: do not set suid bit in nix store
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 26, 2017
1 parent 994998e commit b788956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/libcgroup/default.nix
Expand Up @@ -11,6 +11,11 @@ stdenv.mkDerivation rec {

buildInputs = [ pam yacc flex ];

postPatch = ''
substituteInPlace src/tools/Makefile.in \
--replace 'chmod u+s' 'chmod +x'
'';

meta = {
description = "Library and tools to manage Linux cgroups";
homepage = "http://libcg.sourceforge.net/";
Expand Down

0 comments on commit b788956

Please sign in to comment.