@jarkko but is landlock any good yet? Last time I looked (around 6 months ago) it was full of holes that would leave a lot of things unchecked.
@jarkko right but my point is on the sandbox itself. When we looked at it, it was very hard to use it as a replacement for apparmor that works regardless if you have a certain directory or if you don't. With landlock you need to pre-create everything and hoping nothing gets mounted over or removed. With apparmor it was just a non-issue.
@jarkko landlock does seem nice for an opt-in internal sandbox for something you maintain.
@jarkko Yes that does seem nice. I didn't know macos sandbox has become public API
@jarkko the front end being readable is very important. I worry about the back end being enforced correctly.