Add regress for noexec functionality

This commit is contained in:
Todd C. Miller
2016-11-14 14:21:08 -07:00
parent 068f96a213
commit 66af45eb24
8 changed files with 240 additions and 11 deletions

View File

@@ -459,13 +459,11 @@ sudo_conf_sesh_path_v1(void)
return sudo_conf_paths.sesh;
}
#ifdef _PATH_SUDO_NOEXEC
const char *
sudo_conf_noexec_path_v1(void)
{
return sudo_conf_paths.noexec;
}
#endif
#ifdef _PATH_SUDO_PLUGIN_DIR
const char *