Merge pull request #206658 from SamLukeYes/arch-install-scripts
arch-install-scripts: avoid using setuid wrappers
This commit is contained in:
commit
6686dee834
1 changed files with 3 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue