18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
# Copyright (C) 2023 Vincent BENOIT <vincent.benoit@scle.fr>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
LICENSE = "CLOSED"
|
|
|
|
LABELS = "Arkens CP (avec logiciels cybersecurité)"
|
|
include arkens-image.inc
|
|
|
|
SCLE_USERS += " \
|
|
arkens-users-cybersecurite \
|
|
"
|
|
|
|
IMAGE_INSTALL += " \
|
|
arkens-services-cybersecurite \
|
|
lynis \
|
|
wazuh-agent \
|
|
"
|
|
|