aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: e118d4f6ad3611b0517788b68de26ccff87504e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/env sh

set -e

gcc -fPIC -c main.c
ld -x --shared -o /lib/security/pam_trusthome.so main.o
chmod 755 /lib/security/pam_trusthome.so
rm main.o

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