Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-1087

Adapt ansible for SELinux configuration of new masters (rhel9)

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Buildbot
    • None

    Description

      For sshd:

      sudo semanage port -a -t ssh_port_t -p tcp 65001
      

      For buildbot:

      sudo semanage fcontext -a -t bin_t "/home/buildbot/buildbot-worker(/.*)?"
      sudo restorecon -Rv /home/buildbot/buildbot-worker
      

      Other things:

      ccache

      mkdir /data/ccache
      chown 1000:1000 /data/ccache
      mv /srv/buildbot/ccache/ccache.conf /data/ccache/
      rmdir /srv/buildbot/ccache
      ln -s /data/ccache /srv/buildbot/ccache
      

      Replace firewall-cmd with ufw.

      Attachments

        Activity

          People

            faust Faustin Lammler
            faust Faustin Lammler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: