Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/configure-logging/files/audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
-w /usr/bin/kubelet -k kubelet

# ipc system call
# /usr/include/linux/ipc.h
# /usr/include_tasks/linux/ipc.h

## msgctl
#-a always,exit -S ipc -F a0=14 -k T1559_Inter-Process_Communication
Expand Down
2 changes: 1 addition & 1 deletion roles/configure-logging/files/laurel/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ directory = "/var/log/laurel"
# Drop privileges from root to this user
user = "_laurel"
# The periodical time window in seconds for status information to be printed to Syslog.
# Status report includes the running version, config and parsing stats.
# Status report include_taskss the running version, config and parsing stats.
# Default is 0 --> no status reports.
statusreport-period = 0
# By default, audit events are read from stdin ("stdin"). Alternatively, they
Expand Down
4 changes: 2 additions & 2 deletions roles/configure-logging/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- include: "ufw.yml"
- include: "auditd.yml"
- include_tasks: "ufw.yml"
- include_tasks: "auditd.yml"
2 changes: 1 addition & 1 deletion roles/configure-system/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
- include: "configure-sudoers.yml"
- include_tasks: "configure-sudoers.yml"
4 changes: 2 additions & 2 deletions roles/customize-browser/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- include: "burp.yml"
- include: "firefox.yml"
- include_tasks: "burp.yml"
- include_tasks: "firefox.yml"
10 changes: 5 additions & 5 deletions roles/install-tools/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- include: apt-stuff.yml
- include: kerbrute.yml
- include: github-repos.yml
- include: python-tools.yml
- include: gem-tools.yml
- include_tasks: apt-stuff.yml
- include_tasks: kerbrute.yml
- include_tasks: github-repos.yml
- include_tasks: python-tools.yml
- include_tasks: gem-tools.yml