Skip to content

Commit

Permalink
Merge pull request delphix#460 from delphix/dlpx/pr/rasantel/b46e023c…
Browse files Browse the repository at this point in the history
…-a6d9-4f5d-9d9c-22ad61395406

DLPX-87293 Add AIDE to appliance
  • Loading branch information
Abhishek Shukla authored Apr 5, 2024
2 parents 0b5db55 + 33dece3 commit dc39541
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc39541

Please sign in to comment.