search for: use_solaris_project

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

Did you mean: use_solaris_projects
2015 Jul 06
10
[Bug 2425] New: sshd doesn't need to call setproject() when configured to use PAM on Solaris
.../bugzilla.mindrot.org/attachment.cgi?id=2661&action=edit patch to limit setproject(3PROJECT) calls to non-PAM configurations The OpenSSH bug: 1824 Added project(4) support for Solaris 10 https://bugzilla.mindrot.org/show_bug.cgi?id=1824 added code to call setproject(3PROJECT) on Solaris when USE_SOLARIS_PROJECTS is defined. The USE_SOLARIS_PROJECTS #define is set when --with-solaris-projects is supplied to the configure script. Ever since the introduction of projects in Solaris 9 a user's project membership has been set by PAM. As of Solaris 10, released in January 2005, the updating of a user'...
2016 Feb 17
4
Call for testing: OpenSSH 7.2
On 2/17/16 9:50 AM, Carson Gaspar wrote: > Solaris 10 has setppriv, but does not have priv_basicset. To work on > Solaris 10, the call would need to be replaced with the equivalent set > of explicitly listed privs: The prior art in other apps on the system seems to suggest that priv_str_to_set is a better fallback if priv_basicset is not available. I've attached a patch that seems
2016 Feb 18
5
Call for testing: OpenSSH 7.2
...Wilson's patch, I still get: "sandbox-solaris.c", line 22: #error: "--with-solaris-privs must be used with the Solaris sandbox" Because: $ fgrep SOLARIS config.h #define SANDBOX_SOLARIS 1 /* #undef USE_SOLARIS_PRIVS */ /* #undef USE_SOLARIS_PROCESS_CONTRACTS */ /* #undef USE_SOLARIS_PROJECTS */ If I "fix" it by passing "--with-solaris-privs" to configure, all tests pass without SUDO being set. If I set SUDO then agent.sh fails: trace: agent forwarding FAIL: agent fwd proto 2 failed (exit code 255) Is there a sane way to run just one test script? LTESTS can'...