Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

kubernetes-apps

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    SSSD 2.10+ runs under non-privileged user 'sssd' and relies on system
    capabilities to get access to certain resources like /etc/krb5.keytab.
    Not having these capabilities result in SSSD not starting.
    
    Podman has reduced the capabilities granted to containers, and to be
    able to start SSSD it is needed to add DAC_READ_SEARCH back.
    
    This patch adds file infra/images/shdefaults to store the defaults used
    by ansible-freeipa shell utilities in a contral location.
    
    See:  https://github.com/containers/podman/discussions/24904#discussioncomment-11718823
    
    
    
    Signed-off-by: default avatarRafael Guterres Jeffman <rjeffman@redhat.com>
    2d3da2d7
    History
    Name Last commit Last update
    ..