From 1216c3f2e55f4d95733492cffd2ed07849d980c8 Mon Sep 17 00:00:00 2001 From: Raul Santelices Date: Tue, 8 Aug 2023 14:32:02 -0400 Subject: [PATCH 1/2] DLPX-87293 Add AIDE to appliance PR URL: https://www.github.com/delphix/delphix-platform/pull/460 --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/rules b/debian/rules index a5c6adea..01d01e7a 100755 --- a/debian/rules +++ b/debian/rules @@ -117,6 +117,13 @@ DEPENDS += delphix-build-info, # DEPENDS += usrmerge, +# +# These packages help strengthen the security of the appliance by identifying +# and preventing undesired behaviors. +# +DEPENDS += aide, \ + aide-common, + # # These packages are tools that are intended for human convenience. The # product should not rely on them programmatically. They may be updated From c409696dac3c9cd1babf9e2e082bfedc3ea2a680 Mon Sep 17 00:00:00 2001 From: Raul Santelices Date: Tue, 8 Aug 2023 14:32:02 -0400 Subject: [PATCH 2/2] Update copyright header PR URL: https://www.github.com/delphix/delphix-platform/pull/460 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 01d01e7a..25c9e51e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -# Copyright 2018, 2021 Delphix +# Copyright 2018, 2024 Delphix # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.