Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/cron.d/
key@ol8: cronjobs
key: actions
key: cronjobs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/hosts'

description: |-
{{{ describe_audit_rules_watch("/etc/hosts") }}}
{{{ describe_audit_rules_watch("/etc/hosts", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -28,3 +28,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/hosts
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/issue'

description: |-
{{{ describe_audit_rules_watch("/etc/issue") }}}
{{{ describe_audit_rules_watch("/etc/issue", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -28,3 +28,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/issue
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/issue.net'

description: |-
{{{ describe_audit_rules_watch("/etc/issue.net") }}}
{{{ describe_audit_rules_watch("/etc/issue.net", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -28,3 +28,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/issue.net
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/NetworkManager/system-connections/'

description: |-
{{{ describe_audit_rules_watch("/etc/NetworkManager/system-connections/") }}}
{{{ describe_audit_rules_watch("/etc/NetworkManager/system-connections/", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -28,3 +28,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/NetworkManager/system-connections/
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/sysconfig/network'

description: |-
{{{ describe_audit_rules_watch("/etc/sysconfig/network") }}}
{{{ describe_audit_rules_watch("/etc/sysconfig/network", "system-locale") }}}
rationale: |-
The network environment should not be modified by anything other
Expand All @@ -29,3 +29,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/sysconfig/network
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/hostname'

description: |-
{{{ describe_audit_rules_watch("/etc/hostname", "audit_rules_networkconfig_modification_hostname_file") }}}
{{{ describe_audit_rules_watch("/etc/hostname", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -29,3 +29,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/hostname
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/sysconfig/network-scripts'

description: |-
{{{ describe_audit_rules_watch("/etc/sysconfig/network-scripts", "audit_rules_networkconfig_modification_network_scripts") }}}
{{{ describe_audit_rules_watch("/etc/sysconfig/network-scripts", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -30,3 +30,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/sysconfig/network-scripts
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation_complete: true
title: 'Record Events that Modify the System''s Network Environment - /etc/NetworkManager/'

description: |-
{{{ describe_audit_rules_watch("/etc/NetworkManager", "audit_rules_networkconfig_modification_networkmanager") }}}
{{{ describe_audit_rules_watch("/etc/NetworkManager", "system-locale") }}}

rationale: |-
The network environment should not be modified by anything other
Expand All @@ -29,3 +29,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/NetworkManager
key: system-locale
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ template:
name: audit_rules_watch
vars:
path: /etc/passwd
key: audit_rules_usergroup_modification
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ template:
name: audit_rules_watch
vars:
path: /var/log/journal/
key: systemd_journal
Loading