about summary refs log tree commit diff
path: root/pkgs/build-support/build-fhs-userenv
AgeCommit message (Expand)AuthorFilesLines
2020-02-14build-fhs-userenv: runCommand -> runCommandLocal (#77253)Bjørn Forsman1-3/+4
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg1-1/+1
2019-05-30chrootenv: propagate nested chrootenv /hostNikolay Amiantov1-6/+23
2019-05-30chrootenv: small improvementsNikolay Amiantov1-26/+16
2019-05-30chrootenv: make stackableNikolay Amiantov1-10/+16
2019-05-27Merge pull request #62040 from abbradar/chrootenv-extendSilvan Mosberger1-2/+2
2019-05-26Fix chrootenv segfaulting on exitLas1-1/+7
2019-05-25buildFHSUserEnv: extend PATH and LD_LIBRARY_PATHNikolay Amiantov1-2/+2
2019-04-02nixos/fhsUserenv: make all locales availablePascal Bach1-3/+5
2019-02-08buildFHSEnv: allowSubstitutes = falsevolth1-0/+1
2018-11-11fix FHSUserEnv blacklistsMichael Eden1-1/+1
2018-11-04chrootenv: use mesonYegor Timoshenko3-10/+11
2018-11-04chrootenv: strip the binaryPiotr Bogdan1-0/+1
2018-10-30buildFHSUserEnv: use runScript in env (#49077)Kristoffer Søholm1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-28buildFHSUserEnv: change to root directory after chrootLinus Heckemann1-0/+1
2018-03-11buildFHSEnv: export TZDIRNikolay Amiantov1-0/+1
2018-03-10buildFHSEnv: fix compiler search pathsNikolay Amiantov1-1/+3
2017-12-30chrootenv: rewrite on top of GLibYegor Timoshenko4-247/+160
2017-12-28chrootenv: resolve potential race conditionYegor Timoshenko1-12/+8
2017-12-22chrootenv: code reviewYegor Timoshenko1-100/+90
2017-12-22chrootenv: error on chrootenv-inside-chrootenv, resolves #32802Yegor Timoshenko1-2/+10
2017-12-22chrootenv: replace env whitelist with blacklist, closes #32878Yegor Timoshenko1-22/+31
2017-12-22chrootenv: bind-mount all dirs in /, symlink files, closes #32877Yegor Timoshenko1-24/+69
2017-12-22chrootenv: print sysctl command for Debian users, fixes #32876Yegor Timoshenko1-5/+13
2017-12-09chroot-user: better error message, if unshare is not allowedJörg Thalheim1-1/+1
2017-11-09chroot-user: rewrite in C, drop CHROOTENV_EXTRA_BINDSYegor Timoshenko3-180/+194
2017-10-17buildFHSEnv: fix NIX_* compiler flagsNikolay Amiantov1-0/+1
2017-07-18build-fhs-userenv: Propagate $XAUTHORITYJamey Sharp1-0/+1
2017-04-12buildFHSEnv: add ACLOCAL_PATHNikolay Amiantov1-2/+3
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer1-1/+1
2017-01-28Addressing PR feedbackParnell Springmeyer1-1/+1
2017-01-25setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer1-0/+1
2016-10-11buildFHSEnv: link /etc/zoneinfoNikolay Amiantov1-0/+1
2016-09-01Adapting everything for the merged permissions wrappers work.Parnell Springmeyer1-1/+1
2016-06-28fhs-user-env: keep DBUS_SESSION_BUS_ADDRESS envBenno Fünfstück1-0/+1
2016-06-28buildFHSUserEnv: don't set CHROOTENV_EXTRA_BINDSNikolay Amiantov1-2/+2
2016-06-07buildFHSUserEnv: mark CHROOTENV_EXTRA_BINDS as discussed for deprecationNikolay Amiantov1-0/+4
2016-06-07buildFHSEnv: link 'bin' outputNikolay Amiantov1-2/+2
2016-06-07buildFHSEnv: don't link GCC compiler partNikolay Amiantov1-2/+2
2016-06-07buildFHSEnv: refactor and simplify, drop buildFHSChrootEnvNikolay Amiantov3-42/+216
2016-05-20buildFHSUserEnv: don't run bash in login mode for .envNikolay Amiantov1-1/+1
2016-04-03userFHSEnv: add passthru, rename metaNikolay Amiantov1-4/+5
2016-03-29Revert "Remove PATH assumption from fhs-userenv."Nikolay Amiantov1-5/+4
2016-01-23fhs-userenv: don't use bash login modeNikolay Amiantov1-1/+3
2016-01-13Merge pull request #12062 from mogorman/platformiolethalman1-1/+2
2016-01-06build-fhs-userenv: added the option meta to be passed down to the final deriv...Matthew O'Gorman1-1/+2
2015-12-17chrootenv-user: don't unshare user namespace if we are rootNikolay Amiantov1-16/+27
2015-12-14Remove PATH assumption from fhs-userenv.Kevin Cox1-4/+5