We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b5db55 + 33dece3 commit dc39541Copy full SHA for dc39541
debian/rules
@@ -1,6 +1,6 @@
1
#!/usr/bin/make -f
2
#
3
-# Copyright 2018, 2021 Delphix
+# Copyright 2018, 2024 Delphix
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -117,6 +117,13 @@ DEPENDS += delphix-build-info,
117
118
DEPENDS += usrmerge,
119
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
+
127
128
# These packages are tools that are intended for human convenience. The
129
# product should not rely on them programmatically. They may be updated
0 commit comments