mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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:
parent
832b2e5e2e
commit
d45b13df56
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user