Unverified Commit d4ebfe38 authored by Grimmauld's avatar Grimmauld
Browse files

nixos/opensnitch: add audit socket path option

parent 08e44062
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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";