Rename service settings for 'node' to 'nodejs' to avoid confusion
This commit is contained in:
@@ -21,8 +21,8 @@ let
|
||||
in
|
||||
{
|
||||
inherit defaultHardening;
|
||||
# node applications apparently rely on memory write execute
|
||||
node = { MemoryDenyWriteExecute = "false"; };
|
||||
# nodejs applications apparently rely on memory write execute
|
||||
nodejs = { MemoryDenyWriteExecute = "false"; };
|
||||
# Allow tor traffic. Allow takes precedence over Deny.
|
||||
allowTor = {
|
||||
IPAddressAllow = "127.0.0.1/32 ::1/128";
|
||||
|
||||
Reference in New Issue
Block a user