Merge pull request #1610 from PickmanSec/master

added sh_history
This commit is contained in:
Teddy Reed 2015-10-29 14:30:39 -07:00
commit 03357d9554

View File

@ -23,7 +23,7 @@ namespace osquery {
namespace tables {
const std::vector<std::string> kShellHistoryFiles = {
".bash_history", ".zsh_history", ".zhistory", ".history",
".bash_history", ".zsh_history", ".zhistory", ".history",".sh_history",
};
void genShellHistoryForUser(const std::string& username,