1. 04 Feb, 2022 2 commits
  2. 01 Feb, 2022 1 commit
  3. 31 Jan, 2022 3 commits
  4. 30 Jan, 2022 5 commits
  5. 29 Jan, 2022 4 commits
  6. 28 Jan, 2022 6 commits
  7. 27 Jan, 2022 18 commits
  8. 26 Jan, 2022 1 commit
    • Daniel Black's avatar
      MDEV-27635: selinux: allow read of /proc/sys/kernel/core_pattern · 8b3b7380
      Daniel Black authored
      Prevent the error:
      
      setroubleshoot[23678]: SELinux is preventing /usr/libexec/mysqld from read access on the file core_pattern.
      
      Reading of the core pattern occurs on crash as added in MDEV-15051
      
      RHEL-7.7
      
      $  ls -laZ /proc/sys/kernel/core_pattern
      -rw-r--r--. root root system_u:object_r:usermodehelper_t:s0 /proc/sys/kernel/core_pattern
      8b3b7380