A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
aszlig ed64976cec
seccomp: Forge return codes for POSIX ACL syscalls
Commands such as "cp -p" also use fsetxattr() in addition to fchown(),
so we need to make sure these syscalls always return successful as well
in order to avoid nasty "Invalid value" errors.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-16 17:29:14 +01:00
config
corepkgs
doc/manual
maintainers
misc
mk
perl
scripts
src seccomp: Forge return codes for POSIX ACL syscalls 2016-11-16 17:29:14 +01:00
tests seccomp: Forge return codes for POSIX ACL syscalls 2016-11-16 17:29:14 +01:00
.dir-locals.el
.gitignore
bootstrap.sh
configure.ac Add build dependency for libseccomp 2016-11-16 16:48:26 +01:00
COPYING
dev-shell
local.mk
Makefile
Makefile.config.in Add build dependency for libseccomp 2016-11-16 16:48:26 +01:00
nix.spec.in
README.md
release.nix release.nix: Add a test for sandboxing 2016-11-16 16:48:34 +01:00
version

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of it's purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.OpenSSL.org/).