Loading nixos/modules/services/security/clamav.nix +2 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,8 @@ in socketConfig = { SocketUser = clamavUser; SocketGroup = clamavGroup; # LocalSocketMode setting in clamd.conf is not prefixed with octal 0, add it here. SocketMode = "0${cfg.daemon.settings.LocalSocketMode or "666"}"; }; }; Loading Loading
nixos/modules/services/security/clamav.nix +2 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,8 @@ in socketConfig = { SocketUser = clamavUser; SocketGroup = clamavGroup; # LocalSocketMode setting in clamd.conf is not prefixed with octal 0, add it here. SocketMode = "0${cfg.daemon.settings.LocalSocketMode or "666"}"; }; }; Loading