From a7c8d553aefadab06d6c716ef38cb417dc83ae28 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Tue, 26 Nov 2024 18:55:41 +0300 Subject: [PATCH] nixos/logrotate: allow change mode of a file --- nixos/modules/services/logging/logrotate.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/logging/logrotate.nix b/nixos/modules/services/logging/logrotate.nix index 1c161e167be8..07b6eabf2c83 100644 --- a/nixos/modules/services/logging/logrotate.nix +++ b/nixos/modules/services/logging/logrotate.nix @@ -261,6 +261,7 @@ in CapabilityBoundingSet = [ "CAP_CHOWN" "CAP_DAC_OVERRIDE" + "CAP_FOWNER" "CAP_KILL" "CAP_SETUID" "CAP_SETGID"