Skip to content

Commit

Permalink
We updated the ownership and permissions in init-data, no need to do …
Browse files Browse the repository at this point in the history
…it upon service start.

Addressing
C /etc/sssd
  • Loading branch information
adelton committed Dec 26, 2024
1 parent e15e95e commit f88d919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN systemctl mask rpc-gssd.service
# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=2334087
COPY patches/sssd-capabilities.conf /usr/lib/systemd/system/sssd.service.d/capabilities.conf
RUN setcap cap_dac_override+ep /usr/libexec/sssd/ldap_child
COPY patches/sssd-avoid-chown-chmod.conf /usr/lib/systemd/system/sssd.service.d/avoid-chown-chmod.conf

# Container image which runs systemd
# debug: RUN test -f /etc/machine-id && ! test -s /etc/machine-id
Expand Down

0 comments on commit f88d919

Please sign in to comment.