nixos/opensnitch: add audit socket path option
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user