Skip to content

Commit

Permalink
SYSTEMD: remove unused CAP_KILL
Browse files Browse the repository at this point in the history
There are some known issues like SSSD#5536 but those have to be
solved differently. Having 'CAP_KILL' in sssd.service doesn't
help anyway (and currently isn't used anyhow).
  • Loading branch information
alexey-tikhonov committed Feb 12, 2024
1 parent 6fe71a8 commit dee28a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysv/systemd/sssd.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PIDFile=@pidpath@/sssd.pid
# Currently main SSSD process ('sssd') always runs under 'root'
# ('User=' and 'Group=' defaults to 'root' for system services)
# 'CapabilityBoundingSet' is used to limit privileges set:
CapabilityBoundingSet= @additional_caps@ CAP_CHOWN CAP_KILL CAP_SETGID CAP_SETUID
CapabilityBoundingSet= @additional_caps@ CAP_CHOWN CAP_SETGID CAP_SETUID
Restart=on-abnormal
@supplementary_groups@

Expand Down

0 comments on commit dee28a1

Please sign in to comment.