HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by megous

Comment by megous 4 days ago

0 replies

View on Hacker News

There is a C API. man landlock_add_rule for example.

https://github.com/torvalds/linux/blob/master/include/uapi/l...

you can add simple one-line wrappers if you don't like using syscall() function.