Skip to content

Commit

Permalink
policycoreutils: Fix setuid install
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d205eb)
  • Loading branch information
dezgeg authored and joachifm committed Sep 13, 2017
1 parent 19c0e24 commit 85cd273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/policycoreutils/default.nix
Expand Up @@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
# Fix sepolicy install
sed -i "s,\(setup.py install\).*,\1 --prefix=$out,g" sepolicy/Makefile
# Fix setuid install
sed -i 's|-m 4755|-m 755|' sandbox/Makefile
'';

nativeBuildInputs = [ pythonPackages.python gettext ];
Expand Down

0 comments on commit 85cd273

Please sign in to comment.