https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243252

--- Comment #3 from Greg V <greg@unrelenting.technology> ---
(In reply to jakub_lach from comment #2)

You probably disabled CAPABILITIES. (CAPABILITY_MODE is probably not required
for *this* but will be necessary for Firefox content process sandboxing which
I'm working on right now, so I recommend enabling that as well.)

I guess everything in base is still built to handle kernels without
CAPABILITIES and there's not that much software out there leveraging it yet,
but it's a weird thing to disable. It's public API for programs, it really
shouldn't even be optional at this point, the cap_rights_limit(2) manpage
doesn't even mention ENOSYS like cap_enter(2) does.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to