mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02: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…
x
Reference in New Issue
Block a user