From 1562aad7d4e1b24d8191de892f2d216ee0f6de7b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 17 Mar 2023 18:20:44 +0100 Subject: Yubikey --- install.sh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5d40318..e118d4f 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,14 @@ ld -x --shared -o /lib/security/pam_trusthome.so main.o chmod 755 /lib/security/pam_trusthome.so rm main.o -cp ishome /etc/security/ -chown root:root /etc/security/ishome -chmod 005 /etc/security/ishome +cp ishome /usr/local/bin/ +chown root:root /usr/local/bin/ishome +chmod 005 /usr/local/bin/ishome + +cp hasyubi /usr/local/bin/ +chown root:root /usr/local/bin/hasyubi +chmod 005 /usr/local/bin/hasyubi + +cp isbypass /etc/security/ +chown root:root /etc/security/isbypass +chmod 005 /etc/security/isbypass -- cgit v1.2.3