search for: irix_set_mac

Displaying 1 result from an estimated 1 matches for "irix_set_mac".

Did you mean: irix_set_cap
2005 May 12
0
[PATCH] Trusted IRIX Support
...cap_free(running_cap); + } + else + fatal("Unable to convert %s into a capability set!", + cap_string); + } + } + + #endif /* WITH_IRIX_CAP */ + + + #ifdef WITH_IRIX_MAC + void + irix_set_mac(const char * mac_string) + { + mac_t running_mac; + if(mac_string == NULL) + fatal("irix_set_mac received NULL for input!"); + if(sysconf(_SC_MAC) != 0) { + debug("irix_set_mac: setting mac label to %s",mac_string); +...