Skip to content

Commit dc39541

Browse files
author
Abhishek Shukla
authored
Merge pull request #460 from delphix/dlpx/pr/rasantel/b46e023c-a6d9-4f5d-9d9c-22ad61395406
DLPX-87293 Add AIDE to appliance
2 parents 0b5db55 + 33dece3 commit dc39541

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

debian/rules

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22
#
3-
# Copyright 2018, 2021 Delphix
3+
# Copyright 2018, 2024 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -117,6 +117,13 @@ DEPENDS += delphix-build-info,
117117
#
118118
DEPENDS += usrmerge,
119119

120+
#
121+
# These packages help strengthen the security of the appliance by identifying
122+
# and preventing undesired behaviors.
123+
#
124+
DEPENDS += aide, \
125+
aide-common,
126+
120127
#
121128
# These packages are tools that are intended for human convenience. The
122129
# product should not rely on them programmatically. They may be updated

0 commit comments

Comments
 (0)