Page MenuHomeFreeBSD

MAC/do: sysctl_rules(): Set the requesting's thread's jail's rules
ClosedPublic

Authored by olce on Nov 15 2024, 5:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 5, 12:38 PM
Unknown Object (File)
Fri, Apr 4, 2:27 AM
Unknown Object (File)
Sun, Mar 16, 7:16 AM
Unknown Object (File)
Sat, Mar 15, 12:24 AM
Unknown Object (File)
Feb 18 2025, 1:03 AM
Unknown Object (File)
Feb 15 2025, 6:47 PM
Unknown Object (File)
Feb 13 2025, 7:11 AM
Unknown Object (File)
Feb 6 2025, 12:28 AM

Details

Summary

This revision is part of a series. Click on the Stack tab below to see the context.
This series has also been squeezed into D47633 to provide an overall view.

Commit message:
Allowing to change the rules specification on a jail other than the
requesting's thread one is a security issue, as it will immediately
apply to the jail we inherited from and all its other descendants that
inherit from it.

With this change, setting the 'mdo_rules' sysctl in a jail forces that
jail to no more inherit from its parent.

Diff Detail

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

Event Timeline

olce requested review of this revision.Nov 15 2024, 5:07 PM
This revision is now accepted and ready to land.Nov 19 2024, 8:01 AM