aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/build-fhs-userenv (follow)
Commit message (Expand)AuthorAgeFilesLines
* *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-121-1/+1
* build-fhs-userenv: runCommand -> runCommandLocal (#77253)Bjørn Forsman2020-02-141-3/+4
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-151-1/+1
* chrootenv: propagate nested chrootenv /hostNikolay Amiantov2019-05-301-6/+23
* chrootenv: small improvementsNikolay Amiantov2019-05-301-26/+16
* chrootenv: make stackableNikolay Amiantov2019-05-301-10/+16
* Merge pull request #62040 from abbradar/chrootenv-extendSilvan Mosberger2019-05-271-2/+2
|\
| * buildFHSUserEnv: extend PATH and LD_LIBRARY_PATHNikolay Amiantov2019-05-251-2/+2
* | Fix chrootenv segfaulting on exitLas2019-05-261-1/+7
|/
* nixos/fhsUserenv: make all locales availablePascal Bach2019-04-021-3/+5
* buildFHSEnv: allowSubstitutes = falsevolth2019-02-081-0/+1
* fix FHSUserEnv blacklistsMichael Eden2018-11-111-1/+1
* chrootenv: use mesonYegor Timoshenko2018-11-043-10/+11
* chrootenv: strip the binaryPiotr Bogdan2018-11-041-0/+1
* buildFHSUserEnv: use runScript in env (#49077)Kristoffer Søholm2018-10-301-1/+1
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* buildFHSUserEnv: change to root directory after chrootLinus Heckemann2018-04-281-0/+1
* buildFHSEnv: export TZDIRNikolay Amiantov2018-03-111-0/+1
* buildFHSEnv: fix compiler search pathsNikolay Amiantov2018-03-101-1/+3
* chrootenv: rewrite on top of GLibYegor Timoshenko2017-12-304-247/+160
* chrootenv: resolve potential race conditionYegor Timoshenko2017-12-281-12/+8
* chrootenv: code reviewYegor Timoshenko2017-12-221-100/+90
* chrootenv: error on chrootenv-inside-chrootenv, resolves #32802Yegor Timoshenko2017-12-221-2/+10
* chrootenv: replace env whitelist with blacklist, closes #32878Yegor Timoshenko2017-12-221-22/+31
* chrootenv: bind-mount all dirs in /, symlink files, closes #32877Yegor Timoshenko2017-12-221-24/+69
* chrootenv: print sysctl command for Debian users, fixes #32876Yegor Timoshenko2017-12-221-5/+13
* chroot-user: better error message, if unshare is not allowedJörg Thalheim2017-12-091-1/+1
* chroot-user: rewrite in C, drop CHROOTENV_EXTRA_BINDSYegor Timoshenko2017-11-093-180/+194
* buildFHSEnv: fix NIX_* compiler flagsNikolay Amiantov2017-10-171-0/+1
* build-fhs-userenv: Propagate $XAUTHORITYJamey Sharp2017-07-181-0/+1
* buildFHSEnv: add ACLOCAL_PATHNikolay Amiantov2017-04-121-2/+3
* Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-291-1/+1
* Addressing PR feedbackParnell Springmeyer2017-01-281-1/+1
* setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-251-0/+1
|\
| * buildFHSEnv: link /etc/zoneinfoNikolay Amiantov2016-10-111-0/+1
* | Adapting everything for the merged permissions wrappers work.Parnell Springmeyer2016-09-011-1/+1
|/
* fhs-user-env: keep DBUS_SESSION_BUS_ADDRESS envBenno Fünfstück2016-06-281-0/+1
* buildFHSUserEnv: don't set CHROOTENV_EXTRA_BINDSNikolay Amiantov2016-06-281-2/+2
* buildFHSUserEnv: mark CHROOTENV_EXTRA_BINDS as discussed for deprecationNikolay Amiantov2016-06-071-0/+4
* buildFHSEnv: link 'bin' outputNikolay Amiantov2016-06-071-2/+2
* buildFHSEnv: don't link GCC compiler partNikolay Amiantov2016-06-071-2/+2
* buildFHSEnv: refactor and simplify, drop buildFHSChrootEnvNikolay Amiantov2016-06-073-42/+216
* buildFHSUserEnv: don't run bash in login mode for .envNikolay Amiantov2016-05-201-1/+1
* userFHSEnv: add passthru, rename metaNikolay Amiantov2016-04-031-4/+5
* Revert "Remove PATH assumption from fhs-userenv."Nikolay Amiantov2016-03-291-5/+4
* fhs-userenv: don't use bash login modeNikolay Amiantov2016-01-231-1/+3
* Merge pull request #12062 from mogorman/platformiolethalman2016-01-131-1/+2
|\
| * build-fhs-userenv: added the option meta to be passed down to the final deriv...Matthew O'Gorman2016-01-061-1/+2
* | chrootenv-user: don't unshare user namespace if we are rootNikolay Amiantov2015-12-171-16/+27
|/