Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for OpenSUSE #250

Merged
merged 30 commits into from
Dec 14, 2019
Merged

Add initial support for OpenSUSE #250

merged 30 commits into from
Dec 14, 2019

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    0e7e0f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    bc7bb22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecfcc7d View commit details
    Browse the repository at this point in the history
  3. Install systemd-sysvinit

    Without this I was receiving `stat /sbin/init: no such file or 
    directory`
    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b87569e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9f2a6a View commit details
    Browse the repository at this point in the history
  5. Try /usr/lib/systemd instead

    Getting
    >stat /lib/systemd/systemd: no such file or directory
    
    https://travis-ci.org/dev-sec/ansible-os-hardening/jobs/616320217#L476
    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    c126ff2 View commit details
    Browse the repository at this point in the history
  6. Change etc/shadow permissions to 0640

    Was getting "exec: \"/usr/lib/systemd\": permission denied"
    
    https://travis-ci.org/dev-sec/ansible-os-hardening/jobs/616350345#L476
    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    2de4f06 View commit details
    Browse the repository at this point in the history
  7. Change from audit to auditd

    which auditd
    /sbin/auditd
    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    4f9eeda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83e962d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7265dbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52ae39d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b2d648 View commit details
    Browse the repository at this point in the history
  12. Fix init path

    Was pointing to a folder
    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    4095455 View commit details
    Browse the repository at this point in the history
  13. Try /bin/systemd

    dustinmiller committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    a66967e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cfea4e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93500f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    404d9c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Standardize the var ordering (#251)

    Now the vars for these OS are in the same order. This makes it much
    easier to see the differences
    
    Signed-off-by: Dustin Miller <dustin@packet.com>
    dustinmiller committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    67c1b0b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Try a real bento box

    dustinmiller committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    1511b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddbaa6 View commit details
    Browse the repository at this point in the history
  3. Remove sysvinit settings

    dustinmiller committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    73f2bf9 View commit details
    Browse the repository at this point in the history
  4. Install python-xml

    ImportError: No module named xml
    dustinmiller committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    6b10f44 View commit details
    Browse the repository at this point in the history
  5. Change from auditd to audit

    No provider of '+auditd' found
    dustinmiller committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    c03ac3e View commit details
    Browse the repository at this point in the history
  6. Install python-xml

     
    I was getting
    >Found "rpm" but Failed to import the required Python library
    dustinmiller committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    483eea3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Configuration menu
    Copy the full SHA
    5177fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93fb429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47887bc View commit details
    Browse the repository at this point in the history
  4. Add run volume

    dustinmiller committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    8afc03e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15bb725 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Configuration menu
    Copy the full SHA
    0deddab View commit details
    Browse the repository at this point in the history