The lsof and sysstat packages make determining what files/sockets a program has open a bit easier. This helps if, for example, some application has a file open that's been deleted from disk. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Co-authored-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
cdbdf95e70
commit
49aa8776d4
@ -386,7 +386,9 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
||||
jq \
|
||||
auditd \
|
||||
linux-perf \
|
||||
resolvconf
|
||||
resolvconf \
|
||||
lsof \
|
||||
sysstat
|
||||
|
||||
# Have systemd create the auditd log directory
|
||||
sudo mkdir -p ${FILESYSTEM_ROOT}/etc/systemd/system/auditd.service.d
|
||||
|
Loading…
Reference in New Issue
Block a user