tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
otpw: disable stackprotector hardening
Robin Gloster
9 years ago
9e47acb8
bd0b68f5
+2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
otpw
default.nix
+2
pkgs/os-specific/linux/otpw/default.nix
reviewed
···
24
24
25
25
buildInputs = [ pam ];
26
26
27
27
+
hardeningDisable = [ "stackprotector" ];
28
28
+
27
29
meta = {
28
30
homepage = http://www.cl.cam.ac.uk/~mgk25/otpw.html;
29
31
description = "A one-time password login package";