Skip to content

Commit

Permalink
Adding /etc/rec.d to default collection
Browse files Browse the repository at this point in the history
  • Loading branch information
orlikoski committed Dec 26, 2017
1 parent e911440 commit 6e30269
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 6e30269

Please sign in to comment.