mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
commit
03357d9554
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user