Skip to content

Commit

Permalink
Merge pull request orlikoski#68 from rough007/rough/collection002
Browse files Browse the repository at this point in the history
Adding /etc/rec.d to default collection
  • Loading branch information
rough007 authored Dec 26, 2017
2 parents e911440 + 6e30269 commit 7372e2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CyLR/src/CollectionPaths.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public static List<string> GetPaths(Arguments arguments, List<string> additional
"/Library/LaunchDaemons",
"/Library/StartupItems",
"/etc/passwd",
"/etc/group"
"/etc/group",
"/etc/rc.d"
};
// Collect file listing
AllFiles = new List<string> { };
Expand Down

0 comments on commit 7372e2a

Please sign in to comment.