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
3 changes: 3 additions & 0 deletions components/kea.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: kea
packages:
- kea

Check failure on line 3 in components/kea.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed yaml files

3:1 [indentation] wrong indentation: expected at least 1
rules:
- package_kea_removed

Check failure on line 5 in components/kea.yml

View workflow job for this annotation

GitHub Actions / Yaml Lint on Changed yaml files

5:1 [indentation] wrong indentation: expected at least 1
- service_kea_dhcp4_server_disabled
- service_kea_dhcp6_server_disabled
- service_kea_dhcp_ddns_server_disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
documentation_complete: true

title: 'Disable kea-dhcp4-server Service'

description: |-
The <tt>kea-dhcp4-server</tt> service should be disabled on
any system that does not need to act as a DHCPv4 server.
{{{ describe_service_disable(service="kea-dhcp4-server") }}}

rationale: |-
Unmanaged or unintentionally activated DHCP servers may provide faulty information
to clients, interfering with the operation of a legitimate site
DHCP server if there is one.

severity: medium

ocil_clause: |-
{{{ ocil_clause_service_disabled(service="kea-dhcp4-server") }}}

ocil: |-
{{{ ocil_service_disabled(service="kea-dhcp4-server") }}}

platform: system_with_kernel

template:
name: service_disabled
vars:
servicename: kea-dhcp4-server
packagename: kea
Comment thread
jan-cerny marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
documentation_complete: true

title: 'Disable kea-dhcp6-server Service'

description: |-
The <tt>kea-dhcp6-server</tt> service should be disabled on
any system that does not need to act as a DHCPv6 server.
{{{ describe_service_disable(service="kea-dhcp6-server") }}}

rationale: |-
Unmanaged or unintentionally activated DHCP servers may provide faulty information
to clients, interfering with the operation of a legitimate site
DHCP server if there is one.

severity: medium

ocil_clause: |-
{{{ ocil_clause_service_disabled(service="kea-dhcp6-server") }}}

ocil: |-
{{{ ocil_service_disabled(service="kea-dhcp6-server") }}}

platform: system_with_kernel

template:
name: service_disabled
vars:
servicename: kea-dhcp6-server
packagename: kea
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
documentation_complete: true

title: 'Disable kea-dhcp-ddns-server Service'

description: |-
The <tt>kea-dhcp-ddns-server</tt> service should be disabled on
any system that does not need to act as a DHCP Dynamic DNS update server.
{{{ describe_service_disable(service="kea-dhcp-ddns-server") }}}

rationale: |-
Unmanaged or unintentionally activated DHCP servers may provide faulty information
to clients, interfering with the operation of a legitimate site
DHCP server if there is one.

severity: medium

ocil_clause: |-
{{{ ocil_clause_service_disabled(service="kea-dhcp-ddns-server") }}}

ocil: |-
{{{ ocil_service_disabled(service="kea-dhcp-ddns-server") }}}

platform: system_with_kernel

template:
name: service_disabled
vars:
servicename: kea-dhcp-ddns-server
packagename: kea
Loading