about summary refs log tree commit diff
path: root/pkgs/tools/system/suid-chroot/default.nix
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* suid-chroot: do not set suid bit during installJörg Thalheim2017-06-28
| | | | To be useful in nixos, it probably also requires a module to set up a hardening wrapper.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* suid-chroot 1.0.1 -> 1.0.2 (and refactor)Tobias Geerinckx-Rice2015-04-23
| | | | More of a conversion excercise than anything, but here you go.
* Added setuid-ready chroot utility.Michael Raskin2009-07-12
svn path=/nixpkgs/trunk/; revision=16331