nixpkgs/nixos/modules/config
Eelco Dolstra 86721a5f78
Allow attaching to non-child processes by default
The inability to run strace or gdb is the kind of
developer-unfriendliness that we're used to from OS X, let's not do it
on NixOS.

This restriction can be re-enabled by setting

  boot.kernel.sysctl."kernel.yama.ptrace_scope" = 1;

It might be nice to have a NixOS module for enabling hardened defaults.

Xref #14392.

Thanks @abbradar.
2017-03-21 18:48:35 +01:00
..
fonts nixos/fontconfig: lift some settings out of fontconfig.ultimate 2017-03-04 14:59:24 -06:00
debug-info.nix docs: use overrideAttrs instead of overrideDerivation 2016-10-30 14:34:40 -04:00
gnu.nix fix indentation in several nixos option descriptions 2016-12-16 18:29:25 +01:00
i18n.nix fix indentation in several nixos option descriptions 2016-12-16 18:29:25 +01:00
krb5.nix
ldap.nix
networking.nix networking module: remove reference to removed ip-up.target 2017-02-23 15:25:19 +01:00
no-x-libs.nix
nsswitch.nix sssd: init at 1.14.2 2017-01-04 03:07:20 +03:00
power-management.nix nixos-generate-config: detect CPU governor 2017-01-02 17:20:28 +01:00
pulseaudio.nix Merge pull request #20904 from offlinehacker/nixos/xserver/xpra 2017-03-05 01:32:23 +01:00
shells-environment.nix Addressing PR feedback 2017-01-28 20:48:03 -08:00
swap.nix nixos/…/swap.nix: add some safety assertions for randomEncryption 2016-08-31 15:29:11 +01:00
sysctl.nix Allow attaching to non-child processes by default 2017-03-21 18:48:35 +01:00
system-environment.nix types: loeOf -> listOf 2016-11-05 21:46:42 +01:00
system-path.nix vulkan-loader: allow validation layers to be enabled 2016-11-13 12:44:27 -04:00
timezone.nix timezone service: link localtime to /etc/zoneinfo instead of tzinfo directly 2016-10-11 16:55:52 +03:00
unix-odbc-drivers.nix
update-users-groups.pl nixos/users-groups: chown home on createHome 2017-03-08 00:29:20 +01:00
users-groups.nix users-groups module: optionSet -> submodule 2016-09-13 12:53:09 +09:00
vpnc.nix
zram.nix