Y
Hacker News
new
|
ask
|
show
|
jobs
by
LunaSea
1206 days ago
But it's the wrong approach.
The correct approach would have been through syscall blocking which is a much lower level.
1 comments
vanjajaja1
1202 days ago
I'm assuming you mean SELinux style sys call blocking. I think you need both - syscall blocking for the system/deno layer, which enables app layer security in deno itself. That would be the composition-over-inheritance / functional approach.
link