nixpkgs/pkgs/servers/dns
Tuomas Tynkkynen b4d8f8b8e2 bind: Disable seccomp on non-x86
The list of permitted syscalls in the seccomp sandbox is only defined
for x86. It fails to build otherwise:

````
In file included from /tmp/nix-build-bind-9.10.4-P3.drv-0/bind-9.10.4-P3/lib/isc/include/isc/magic.h:23:0,
                 from /tmp/nix-build-bind-9.10.4-P3.drv-0/bind-9.10.4-P3/lib/isc/include/isc/app.h:89,
                 from ./main.c:26:
./main.c: In function 'setup_seccomp':
./main.c:848:17: error: 'scmp_syscalls' undeclared (first use in this function)
  INSIST((sizeof(scmp_syscalls) / sizeof(int)) ==
````
2016-10-16 23:37:48 +03:00
..
bind bind: Disable seccomp on non-x86 2016-10-16 23:37:48 +03:00
coredns coredns: init at 001 2016-09-22 01:11:13 +02:00
nsd nsd: 4.1.9 -> 4.1.12 2016-09-27 00:14:24 +02:00
powerdns powerdns: removed PrivateTmp=true in serviceConfig 2016-10-01 12:27:23 -04:00