Skip to content

Commit

Permalink
nixos/logrotate: allow sending signal to arbitrary processes
Browse files Browse the repository at this point in the history
Various postrotate scripts send e.g. SIGHUP to processes, to have them
reload their config or reopen their logfile.
  • Loading branch information
mweinelt committed Sep 30, 2024
1 parent 2dabc4f commit 4ca03e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/logging/logrotate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ in
CapabilityBoundingSet = [
"CAP_CHOWN"
"CAP_DAC_OVERRIDE"
"CAP_KILL"
"CAP_SETUID"
"CAP_SETGID"
];
Expand Down

0 comments on commit 4ca03e3

Please sign in to comment.