mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 15:47:11 +02:00
remove the dead code. Fixes #671
This commit is contained in:
parent
185c0f51d7
commit
b64f682bae
1 changed files with 0 additions and 7 deletions
|
@ -56,13 +56,6 @@
|
|||
group: root
|
||||
mode: 0750
|
||||
|
||||
- name: Collect Use of privileged commands
|
||||
shell: >
|
||||
/usr/bin/find {/usr/local/sbin,/usr/local/bin,/sbin,/bin,/usr/sbin,/usr/bin} -xdev \( -perm -4000 -o -perm -2000 \) -type f | awk '{print "-a always,exit -F path=" $1 " -F perm=x -F auid>=500 -F auid!=4294967295 -k privileged" }'
|
||||
args:
|
||||
executable: /bin/bash
|
||||
register: privileged_programs
|
||||
|
||||
# Core dumps
|
||||
|
||||
- name: Restrict core dumps (with PAM)
|
||||
|
|
Loading…
Add table
Reference in a new issue