Giter Club home page Giter Club logo

Comments (4)

bjvrielink avatar bjvrielink commented on September 16, 2024

What kind of failures do you see? Can you provide the error messages?

from secure_linux_cis.

ovlords avatar ovlords commented on September 16, 2024

Hi @bjvrielink,

Thanks for asking. Apologies for the late reply.

Here are the error messages I'm gettting and the rules which I believe relate to them:

<ensure_nftables_is_not_enabled>
Screen Shot 2021-02-08 at 10 58 59 am

<ensure_no****_option_set_on_tmp_partition>
Screen Shot 2021-02-08 at 10 59 17 am

<ensure_mail_transfer_agent_is_configured_for_local_only_mode>
Screen Shot 2021-02-08 at 11 01 31 am

from secure_linux_cis.

bjvrielink avatar bjvrielink commented on September 16, 2024

The nftables error is most likely because the nftables package is not installed (which should be fine). Puppet cannot mask a service that simply does not exist. We should work around this and make the service resource conditional depending on the presence of the nftables package.

I guess the tmp errors are because /tmp is not specified in /etc/fstab but instead as a systemd unit. Although the CIS guidelines only mention /etc/fstab in the remediation section, I do not think enforcing the use of /etc/fstab only is the way to go. I'm not sure how easy this would be to fix.

The Postfix error is because a bug in the Postfix Puppet module, see voxpupuli/puppet-postfix#261

from secure_linux_cis.

bjvrielink avatar bjvrielink commented on September 16, 2024

The postfix bug should be fixed in versions >= 1.10.0 of the Postfix module.

from secure_linux_cis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.