search for: irix_set_cap

Displaying 2 results from an estimated 2 matches for "irix_set_cap".

2005 May 12
0
[PATCH] Trusted IRIX Support
...; + # include <sys/mac_label.h> + #endif /* WITH_IRIX_MAC */ void irix_setusercontext(struct passwd *pw) *************** *** 84,86 **** --- 92,144 ---- #endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */ + + #ifdef WITH_IRIX_CAP + void + irix_set_cap(const char * cap_string) + { + cap_t running_cap; + if(cap_string == NULL) + fatal("irix_set_cap received NULL for input!"); + if(sysconf(_SC_CAP) != 0) { + debug("irix_set_cap: setting capability to %s",cap_string); +...
2005 May 19
2
[Bug 1043] Trusted IRIX Support
http://bugzilla.mindrot.org/show_bug.cgi?id=1043 Summary: Trusted IRIX Support Product: Portable OpenSSH Version: 4.0p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: josterm at raytheon.com sshd