Loading nixos/modules/services/security/opensnitch.nix +9 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,15 @@ in ''; }; Audit.AudispSocketPath = lib.mkOption { type = lib.types.path; default = "/run/audit/audispd_events"; description = '' Configure audit socket path. Used when `settings.ProcMonitorMethod` is set to `audit`. ''; }; Rules.Path = lib.mkOption { type = lib.types.path; default = "/var/lib/opensnitch/rules"; Loading Loading
nixos/modules/services/security/opensnitch.nix +9 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,15 @@ in ''; }; Audit.AudispSocketPath = lib.mkOption { type = lib.types.path; default = "/run/audit/audispd_events"; description = '' Configure audit socket path. Used when `settings.ProcMonitorMethod` is set to `audit`. ''; }; Rules.Path = lib.mkOption { type = lib.types.path; default = "/var/lib/opensnitch/rules"; Loading