sshd: Enable seccomp sandboxing
This commit is contained in:
parent
9867f4bdef
commit
d31202fba2
@ -381,6 +381,8 @@ in
|
||||
|
||||
UsePAM yes
|
||||
|
||||
UsePrivilegeSeparation sandbox
|
||||
|
||||
AddressFamily ${if config.networking.enableIPv6 then "any" else "inet"}
|
||||
${concatMapStrings (port: ''
|
||||
Port ${toString port}
|
||||
|
Loading…
Reference in New Issue
Block a user