git: c392cdae9b5f - stable/15 - packages: Put dhclient in the minimal-jail set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 12:34:53 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=c392cdae9b5fa86f21574b48930f4dd2535aef6f
commit c392cdae9b5fa86f21574b48930f4dd2535aef6f
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-25 17:26:20 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-30 12:34:28 +0000
packages: Put dhclient in the minimal-jail set
This is somewhat widely used in VNET jails, it's fairly small (150kB on
amd64) and it's enough of a core system component that it's reasonable
to include, even if many jails don't require it.
MFC after: 3 days
Reviewed by: dch
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53154
(cherry picked from commit 8a9d29bedab597df6bfd4fab1b1bb023f8375a1f)
---
release/packages/ucl/dhclient-all.ucl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/packages/ucl/dhclient-all.ucl b/release/packages/ucl/dhclient-all.ucl
index bae3c7d7c413..b540a23eeb71 100644
--- a/release/packages/ucl/dhclient-all.ucl
+++ b/release/packages/ucl/dhclient-all.ucl
@@ -46,5 +46,5 @@ EOD
licenses = [ "BSD-3-Clause" ]
annotations {
- set = minimal
+ set = "minimal,minimal-jail"
}