Skip to content

Commit

Permalink
Merge pull request #206658 from SamLukeYes/arch-install-scripts
Browse files Browse the repository at this point in the history
arch-install-scripts: avoid using setuid wrappers
  • Loading branch information
bobby285271 authored Dec 22, 2022
2 parents ed04836 + f44f426 commit 6686dee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/misc/arch-install-scripts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ resholve.mkDerivation rec {

# TODO: no good way to resolve mount/umount in Nix builds for now
# see https://github.com/abathur/resholve/issues/29
fake = {
external = [ "mount" "umount" ];
fix = {
mount = true;
umount = true;
};

keep = [ "$setup" "$pid_unshare" "$mount_unshare" "${pacman}/bin/pacman" ];
Expand Down

0 comments on commit 6686dee

Please sign in to comment.