Skip to content

Commit

Permalink
Add the year 2024 to all legal notices (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmgaston authored Jan 17, 2024
1 parent ca909c7 commit 93aa1f8
Show file tree
Hide file tree
Showing 304 changed files with 371 additions and 373 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Intel In-Band Manageability is under the Apache License v2.0:
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021-2023 Intel Corporation
Copyright 2021-2024 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 8 additions & 8 deletions docs/Configuration Parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ The below tables represent the different sections of the configuration file.
| dbs | WARN | How the system should be respond if there is a Docker Bench Security alert. [ON, OFF, or WARN] |

### Telemetry
| Key | Default Value | Lower Limit | Upper Limit | Description |
|:-------------------------------|:-------------:|:------------|-------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| collectionIntervalSeconds | 60 | 30 | 120 | Time interval after which telemetry is collected from the system. |
| publishIntervalSeconds | 300 | 120 | 480 | Time interval after which collected telemetry is published to dispatcher and the cloud |
| maxCacheSize | 100 | 50 | 200 | Maximum cache set to store the telemetry data. This is the count of messages that telemetry agent caches before sending out to the cloud |
| containerHealthIntervalSeconds | 600 | 300 | 1800 | Interval after which container health check is run and results are returned. |
| enableSwBom | true | N/A | N/A | Specifies if Software BOM needs to be published in the initial telemetry. |
| swBomIntervalHours | 24 | 1 | 168 | Number of hours between swBom publish. |
| Key | Default Value | Lower Limit | Upper Limit | Description |
|:-------------------------------|:-------------:|:------------|-------------|------------------------------------------------------------------------------------------------------------------------------------------|
| collectionIntervalSeconds | 60 | 30 | 120 | Time interval after which telemetry is collected from the system. |
| publishIntervalSeconds | 300 | 120 | 480 | Time interval after which collected telemetry is published to dispatcher and the cloud |
| maxCacheSize | 100 | 50 | 200 | Maximum cache set to store the telemetry data. This is the count of messages that telemetry agent caches before sending out to the cloud |
| containerHealthIntervalSeconds | 600 | 300 | 1800 | Interval after which container health check is run and results are returned. |
| enableSwBom | true | N/A | N/A | Specifies if Software BOM needs to be published in the initial telemetry. |
| swBomIntervalHours | 24 | 1 | 168 | Number of hours between swBom publish. |

### Diagnostic
| Key | Default Value | Description |
Expand Down
48 changes: 24 additions & 24 deletions docs/In-Band Manageability Developer Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@
2. [Audience](#audience)
2. [Architecture](#architecture)
1. [INB](#inbm)
1. [CloudAdapter Agent](#%EF%B8%8Fcloudadapter-agent)
2. [Configuration Agent](#%EF%B8%8Fconfiguration-agent)
3. [Diagnostic Agent](#%EF%B8%8Fdiagnostic-agent)
4. [Dispatcher Agent](#%EF%B8%8Fdispatcher-agent-dms)
1. [CloudAdapter Agent](#cloudadapter-agent)
2. [Configuration Agent](#configuration-agent)
3. [Diagnostic Agent](#diagnostic-agent)
4. [Dispatcher Agent](#dispatcher-agent-dms)
1. [OTA Update Class Diagram](#ota-update-class-diagram)
5. [Telemetry Agent](#%EF%B8%8Ftelemetry-agent)
6. [TRTL](#%EF%B8%8Ftrtl)
5. [Telemetry Agent](#telemetry-agent)
6. [TRTL](#trtl)
2. [INBC](#inbc)
3. [Run Agents via Source Code](#run-agents-via-source-code)
6. [Add New Configuration Parameter](#add-new-configuration-parameter)
7. [Security](#security)
1. [OS Hardening](#os-hardening)
2. [INBM Hardening](#inbm-hardening)
4. [Add New Configuration Parameter](#add-new-configuration-parameter)
5. [Security](#security-)
1. [OS Hardening](#os-hardening-)
2. [INBM Hardening](#inbm-hardening-)
1. [AppArmor Profiles](#apparmor-profiles)
2. [Access Control List](#access-control-list)
3. [MQTT over TLS Support](#mqtt-over-tls-support)
3. [MQTT over TLS Support](#mqtt-over-tls-support-)
4. [Trusted Repo List](#trusted-repo-list)
5. [Signature Verification on OTA Packages](#signature-verification-on-ota-packages)
6. [Manifest Schema Checks](#manifest-schema-checks)
7. [Docker Bench Security](#docker-bench-security)
7. [Docker Bench Security](#docker-bench-security-)
8. [Platform TPM usage](#platform-tpm-usage)
8. [Enable Debug Logging](#enable-debug-logging)
9. [OTA Commands via Manifest](#ota-commands-via-manifest)
6. [Enable Debug Logging](#enable-debug-logging)
7. [OTA Commands via Manifest](#ota-commands-via-manifest)
1. [AOTA Updates](#aota-updates)
1. [AOTA Manifest Parameters](#aota-manifest-parameters)
2. [FOTA Updates](#fota-updates)
Expand All @@ -40,21 +40,21 @@
1. [SOTA Manifest Parameters](#sota-manifest-parameters)
4. [POTA Updates](#pota-updates)
1. [POTA Manifest Parameters](#pota-manifest-parameters)
5. [Configuration Operations](#configuration-operations)
5. [Configuration Operations](#configuration-operations-)
1. [Configuration Manifest](#configuration-manifest)
2. [Manual Configuration Update](#manual-configuration-update)
6. [Power Management](#power-management)
1. [Restart via Manifest](#restart-via-manifest)
2. [Shutdown via Manifest](#shutdown-via-manifest)
10. [Extending FOTA support](#extending-fota-support)
1. [Understanding FOTA Configuration File](#understanding-fota-configuration-file)
2. [Firmware Configuration Parameter Values](#firmware-configuration-parameter-values)
3. [Query command Manifest](#query-command-manifest)
4. [AppArmor Permissions](#apparmor-permissions)
11. [Creating a New Agent](#creating-a-new-agent)
12. [Issues and Troubleshooting](#issues-and-troubleshooting)
8. [Extending FOTA support](#extending-fota-support)
1. [Understanding FOTA Configuration File](#understanding-fota-configuration-file-)
2. [Firmware Configuration Parameter Values](#firmware-configuration-parameter-values)
3. [Query command Manifest](#query-command-manifest)
4. [AppArmor Permissions](#apparmor-permissions)
9. [Creating a New Agent](#creating-a-new-agent)
10. [Issues and Troubleshooting](#issues-and-troubleshooting)
1. [OTA Error Status](#ota-error-status)
2. [Dispatcher-Agent Not Receiving Messages](#dispatcher-agent-not-receiving-messages)
2. [Dispatcher-Agent Not Receiving Messages](#dispatcher-agent-not-receiving-messages-)
3. [OTA Status Log File](#ota-status-log-file)
</details>

Expand Down Expand Up @@ -719,7 +719,7 @@ inbm/dispatcher-agent/fpm-template/lib/systemd/system/inbm-dispatcher.service
is shown below.

```
# Copyright 2021-2023 Intel Corporation All Rights Reserved.
# Copyright 2021-2024 Intel Corporation All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
[Unit]
Expand Down
20 changes: 10 additions & 10 deletions docs/In-Band Manageability User Guide - Azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

1. [Introduction](#introduction)
1. [Audience](#audience)
3. [Azure&reg; Overview](#azure-overview)
1. [Getting Started with Azure&reg;](#getting-started-with-azure)
1. [Creating Azure&reg; portal account](#creating-azure-portal-account)
2. [Setting up an Azure&reg; IoT Central Application ](#setting-up-an-azure-iot-central-application)
3. [Accessing Azure&reg;](#accessing-azure)
3. [Azure&reg; Overview](#azurereg-overview)
1. [Getting Started with Azure&reg;](#getting-started-with-azurereg)
1. [Creating Azure&reg; portal account](#creating-azurereg-portal-account)
2. [Setting up an Azure&reg; IoT Central Application ](#setting-up-an-azurereg-iot-central-application-)
3. [Accessing Azure&reg;](#accessing-azurereg)
4. [Setting up the application for X509 based device enrollment](#setting-up-the-application-for-x509-based-device-enrollment)
2. [Creating a Device and Obtaining Device Credentials](#creating-a-device-and-obtaining-device-credentials)
1. [Shared Access Signature (SAS) authentication:](#shared-access-signature-sas-authentication)
Expand All @@ -22,7 +22,7 @@
2. [Navigating the Device Interface](#navigating-the-device-interface)
6. [Performing batch operations](#performing-batch-operations)
7. [OTA Updates](#ota-updates)
1. [Trusted Repositories ](#trusted-repositories)
1. [Trusted Repositories ](#trusted-repositories-)
2. [Preparing OTA Update Packages](#preparing-ota-update-packages)
1. [Creating FOTA Package](#creating-fota-package)
2. [Creating SOTA Package](#creating-sota-package)
Expand All @@ -36,15 +36,15 @@
3. [AOTA Docker-Compose Operations](#aota-docker-compose-operations)
1. [Docker Compose Up](#docker-compose-up)
2. [Docker-Compose Down](#docker-compose-down)
4. [Docker-Compose Pull](#docker-compose-pull)
1. [Docker-Compose List](#docker-compose-list)
4. [Docker-Compose Pull](#docker-compose-pull-)
1. [Docker-Compose List](#docker-compose-list-)
2. [Docker-Compose Remove](#docker-compose-remove)
5. [AOTA Docker Operations](#aota-docker-operations)
1. [Docker Import](#docker-import)
2. [Docker Load](#docker-load)
3. [Docker Pull](#docker-pull)
4. [Docker Remove](#docker-remove)
5. [Docker Stats](#docker-stats)
5. [Docker Stats](#docker-stats-)
6. [AOTA Application Operations](#aota-application-operations)
1. [Application Update](#application-update)
2. [AOTA Docker/Docker-Compose Operations via Manifest](#aota-dockerdocker-compose-operations-via-manifest)
Expand All @@ -55,7 +55,7 @@
1. [SOTA Update Via ‘Trigger SOTA’ Button Click (Debian Package Manager, Ubuntu OS)](#sota-update-via-trigger-sota-button-click-debian-package-manager-ubuntu-os)
2. [SOTA Update Via ‘Trigger SOTA’ Button Click (Mender)](#sota-update-via-trigger-sota-button-click-mender)
3. [SOTA Update via Manifest](#sota-update-via-manifest)
9. [Configuration Update ](#configuration-update)
9. [Configuration Update ](#configuration-update-)
1. [Configuration Set](#configuration-set)
2. [Configuration Get](#configuration-get)
3. [Configuration Load](#configuration-load)
Expand Down
2 changes: 1 addition & 1 deletion docs/Terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| MTLS | Mutual Transport Layer Security |
| OS | Operating System |
| OTA | Over-the-air |
| PEM | Privacy Enhanced Mail |
| PEM | Privacy Enhanced Mail |
| POTA | Platform Over-the-Air (SOTA and FOTA combined) |
| SMBIOS | System Management BIOS |
| SoC | System on a Chip |
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/fpm-template/usr/share/doc/inbc/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Intel In-Band Manageability is under the Apache License v2.0:
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021-2023 Intel Corporation
Copyright 2021-2024 Intel Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
2 changes: 1 addition & 1 deletion inbc-program/inbc/broker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Broker service for INBC tool
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/command/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
2 changes: 1 addition & 1 deletion inbc-program/inbc/command/command.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Command classes to represent command entered by user.
# Copyright (C) 2020-2023 Intel Corporation
# Copyright (C) 2020-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/command/command_factory.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Factory to create the correct Command object
# Copyright (C) 2020-2023 Intel Corporation
# Copyright (C) 2020-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
"""
from ..ibroker import IBroker
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/command/config_command.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Config Command classes to represent command entered by user.
# Copyright (C) 2020-2023 Intel Corporation
# Copyright (C) 2020-2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/command/ota_command.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
OTA Command classes to represent command entered by user.
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
from typing import Any
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Constants and other config variables used throughout the INBC module.
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/ibroker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Interface to Broker class
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/inbc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Command-line INBC tool to invoke Software update on the device with manageability framework.
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/inbc_exception.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
InbcException Exception module
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/config_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Parser class to parse the system argument
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import argparse
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/ota_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Parser class to parse the system argument
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import argparse
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Parser class to parse the system argument
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import logging
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/source_app_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Source Application Parser class to parse the system argument
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import argparse
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/parser/source_os_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Source OS Parser class to parse the system argument
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import argparse
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
Shared module used by vision-agent
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/utility.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Utilities for INBC tool
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import getpass
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/validator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" User import validation
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import logging
Expand Down
2 changes: 1 addition & 1 deletion inbc-program/inbc/xml_tag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Creates XML formatted tags.
Copyright (C) 2020-2023 Intel Corporation
Copyright (C) 2020-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""

Expand Down
2 changes: 1 addition & 1 deletion inbm-lib/inbm_common_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
2 changes: 1 addition & 1 deletion inbm-lib/inbm_common_lib/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Constants used by both inbm-vision and inbm.
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion inbm-lib/inbm_common_lib/device_tree.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Use Linux device-tree path to gather system information.
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
from .constants import DEVICE_TREE_PATH, FW_DEVICE_TREE_PATH, DEVICE_TREE_MODEL, \
Expand Down
2 changes: 1 addition & 1 deletion inbm-lib/inbm_common_lib/dmi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Use Linux dmi path to gather system information.
Copyright (C) 2017-2023 Intel Corporation
Copyright (C) 2017-2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
"""
import os
Expand Down
Loading

0 comments on commit 93aa1f8

Please sign in to comment.