Hacker News new | ask | show | jobs
by beachhead 1282 days ago
is pledge easy to escape? can you give some examples?
1 comments

For a while you could just execute another binary, it would run without restrictions imposed on the (pledged) parent. This is a stark contrast to Capsicum, where the monotonicity (ie the fact that once you loose the permission to something you'll never ever get it back, unless being explicitly passed it again) is one of the fundamental assumption behind the design.