[Bug 2511] Drop fine-grained privileges on Illumos/Solaris

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Dec 22 16:40:05 AEDT 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2511

--- Comment #11 from Damien Miller <djm at mindrot.org> ---
hmm, that latest patch doesn't build:

gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L.
-Lopenbsd-compat/  -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
-fstack-protector-all -pie -lssh -lopenbsd-compat -lselinux -lcrypto
-ldl -lutil -lz  -lcrypt -lresolv -Wl,-Bsymbolic-functions -Wl,-z,relro
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
mux.o: In function `mux_client_request_stdio_fwd':
/usr/local/google/home/djm/cvs/openssh/mux.c:2005: undefined reference
to `platform_drop_mux_privs'
mux.o: In function `mux_client_request_session':
/usr/local/google/home/djm/cvs/openssh/mux.c:1856: undefined reference
to `platform_drop_mux_privs'

It looks like we need to add platform.o to LIBSSH_OBJS in Makefile.in.
I guess this is okay - so far that file has been sshd-only, but it
doesn't look too big. What do you think, Darren?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list