search for: libproject

Displaying 3 results from an estimated 3 matches for "libproject".

2015 Nov 13
2
[PATCH] Drop fine-grained privileges on Illumos/Solaris
...w in openbsd-compat/port-solaris.c Does this look a bit better? The biggest annoyance I had is that now ssh-agent and sftp-server have to link against platform.o, and the easiest way to organise that seemed to be to add it to libssh.a. So now all the cmdline tools also link against libcontract and libproject, instead of just the daemon. Using a platform_* function seems like a nicer interface than just calling a port-solaris function inside an #ifdef in each of them, though -- you can just add some code now in platform.c that uses pledge() instead, for example. So maybe it's fine to have a bit of...
2015 Nov 13
2
[PATCH] Drop fine-grained privileges on Illumos/Solaris
Hi, I'm not sure how interested anybody here is in this, but I've been working lately on getting rid of the horror that is SunSSH for some distros of Illumos (mostly SmartOS). One of the patches we're carrying around at the moment is one that simply drops fine-grained privileges in sshd, ssh-agent and sftp-server. Since the privilege dropping here is roughly equivalent to a more
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
...T_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFF36A000 munmap(0xFF356000, 65536) = 0 resolvepath("/usr/lib/libbsm.so.1", "/usr/lib/libbsm.so.1", 1023) = 20 memcntl(0xFF340000, 26520, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0 close(3) = 0 open("/usr/local/lib/libproject.so.1", O_RDONLY) Err#2 ENOENT open("/usr/lib/libproject.so.1", O_RDONLY) = 3 fstat(3, 0xFFBFF464) = 0 mmap(0xFF390000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFF390000 mmap(0x00000000, 90112, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xFF320000 mmap(0xFF334000,...