lightningd.service: note that the hardening setting seems to break node.js plugins

See-also: https://github.com/Ride-The-Lightning/c-lightning-REST/issues/116
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2022-11-11 12:00:31 +10:30 committed by Christian Decker
parent 832b2e5e2e
commit d45b13df56

View File

@ -46,6 +46,8 @@ NoNewPrivileges=true
PrivateDevices=true
# Deny the creation of writable and executable memory mappings.
# NOTE: This seems to break node.js plugins, notably Ride-The-Lightning/c-lightning-REST:
# https://github.com/Ride-The-Lightning/c-lightning-REST/issues/116
MemoryDenyWriteExecute=true
[Install]