mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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:
committed by
Christian Decker
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]
|
||||
|
||||
Reference in New Issue
Block a user