amazon-linux-cis icon indicating copy to clipboard operation
amazon-linux-cis copied to clipboard

Additional options to disable

Open Jinkxed opened this issue 5 years ago • 0 comments

Using Amazon Linux 2 container:

Dockerfile: FROM amazonlinux:latest

Running: python ./amazon-linux-cis --disable-mount-options --disable-iptables

Returns errors if the following packages aren't installed:

  • crontabs
  • update-motd

If I install these packages ( which I don't really want to, but just for testing )

It returns error for: cannot access ‘/etc/ssh/sshd_config’: No such file or directory

Jinkxed avatar Jan 06 '20 14:01 Jinkxed