Elektrine lite

← Feed

@alderwick@merveilles.town

Post #1531758

2026-03-31 11:45 UTC

@mccd Ooo, this is nice! After discovering OpenBSD's unveil, I've wanted something simple I can use with Linux too :flan_thumbs:

Replies (1)

  • @dzwdz@tilde.zone 2026-04-01 10:12

    @alderwick Note that unveil would be useless for this, as it only affects the process it's run in. exec() resets the unveil state, and your child processes can do whatever they want. It's a common misconception people have about unveil but OpenBSD refuses to document this :(

    Open ##1531759