Move noexec handling to sudo front-end where it is documented as being.

This commit is contained in:
Todd C. Miller
2011-03-10 15:11:49 -05:00
parent c7a7d31905
commit a092d2fdcf
5 changed files with 83 additions and 39 deletions

View File

@@ -139,6 +139,7 @@ struct command_details {
const char *chroot;
const char *selinux_role;
const char *selinux_type;
const char *noexec_file;
char **argv;
char **envp;
};