mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 03:42:07 +00:00
ssh should be setuid
This commit is contained in:
parent
3e955e78fa
commit
3aa0fa4c7a
@ -107,7 +107,7 @@ install: $(TARGETS)
|
||||
$(INSTALL) -d $(DESTDIR)$(mandir)
|
||||
$(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)1
|
||||
$(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8
|
||||
$(INSTALL) -s ssh $(DESTDIR)$(bindir)/ssh
|
||||
$(INSTALL) -m 4755 -s ssh $(DESTDIR)$(bindir)/ssh
|
||||
$(INSTALL) -s scp $(DESTDIR)$(bindir)/scp
|
||||
$(INSTALL) -s ssh-add $(DESTDIR)$(bindir)/ssh-add
|
||||
$(INSTALL) -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
|
||||
|
Loading…
Reference in New Issue
Block a user