@@ -75,7 +75,7 @@ char ** create_str_array(size_t count, ...);
|
|||||||
success = 0; \
|
success = 0; \
|
||||||
} \
|
} \
|
||||||
if (!cleanup(success)) { \
|
if (!cleanup(success)) { \
|
||||||
printf("FAILED: deitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \
|
printf("FAILED: deinitialization of testcase %s at %s:%d\n", #testcase, __FILE__, __LINE__); \
|
||||||
success = 0; \
|
success = 0; \
|
||||||
} \
|
} \
|
||||||
if (!success) { \
|
if (!success) { \
|
||||||
|
@@ -208,7 +208,7 @@ sudoers_lookup_check(struct sudo_nss *nss, struct passwd *pw,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Apply cmndspec-specific settngs including SELinux role/type,
|
* Apply cmndspec-specific settings including SELinux role/type,
|
||||||
* Solaris privs, and command tags.
|
* Solaris privs, and command tags.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
|
Reference in New Issue
Block a user