Page MenuHomeFreeBSD

bhyveload: enter capability mode after we setup the vcpu
ClosedPublic

Authored by kevans on Jan 2 2024, 11:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 5:46 PM
Unknown Object (File)
Mon, Sep 22, 1:00 AM
Unknown Object (File)
Sep 15 2025, 9:27 PM
Unknown Object (File)
Sep 15 2025, 11:55 AM
Unknown Object (File)
Sep 10 2025, 4:08 AM
Unknown Object (File)
Aug 30 2025, 4:01 AM
Unknown Object (File)
Aug 18 2025, 12:14 PM
Unknown Object (File)
Aug 16 2025, 11:04 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55222
Build 52111: arc lint + arc unit

Event Timeline

allanjude added a subscriber: allanjude.

reviewed-by: allanjude

This revision is now accepted and ready to land.Jan 2 2024, 11:32 PM
usr.sbin/bhyveload/bhyveload.c
872

I think we'll want to call caph_cache_catpages() first, to support the use of perror() in various places below.

kevans marked an inline comment as done.

Address review feedback

This revision now requires review to proceed.Jan 3 2024, 6:04 PM

Perhaps we should add some more description or examples to capsicum_helpers(3) and/or capsicum(4)

This revision is now accepted and ready to land.Jan 3 2024, 9:34 PM