mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
firejail: don't try to set setuid bit
(cherry picked from commit 707145a955)
This commit is contained in:
committed by
Joachim Fasting
parent
3b45e1bdcf
commit
12e8dcafb7
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
sed -e "s@/etc/@$out/etc/@g" -i Makefile
|
||||
sed -e "s@/etc/@$out/etc/@g" -e "/chmod u+s/d" -i Makefile
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user