scenario
int scenarios_count = sizeof(scenarios) / sizeof(struct scenario);
enact_scenario(int scenario)
error = cred_set(scenarios[scenario].sc_cred2);
error = cred_set(scenarios[scenario].sc_cred1);
scenarios[scenario].sc_canptrace_errno;
scenarios[scenario].sc_canktrace_errno;
scenarios[scenario].sc_cansighup_errno;
scenarios[scenario].sc_cansigsegv_errno;
scenarios[scenario].sc_cansee_errno;
scenarios[scenario].sc_cansched_errno;
scenarios[scenario].sc_name, name,
scenarios[scenario].sc_cred1);
scenarios[scenario].sc_cred2);
static const struct scenario scenarios[] = {