From nobody Mon Dec 2 12:59:17 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Y23lB1j1Gz5fldc for ; Mon, 02 Dec 2024 12:59:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Y23l952v1z55h2 for ; Mon, 2 Dec 2024 12:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733144357; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JnkM5qXFXkD94mlf/HPQD+8Xo8z5teeQgMnud5PxnzU=; b=lciq3kTIJftMpjfHwJFEcZ6TBwj+eufZYWv5e3IpPQjMVk/3EpNPbCdZosCTOt/fm8JoGY CsSy1JpWhq2VpUC0rod8FoqBTPYB8iOYORlO9ToLtOn20wmTTAkkn/dMseEWmyN+fGlrQX s1i1BuXkthgwMS9HQ3gj66VnsGWwCUjk0WX2atZId0lxw+U+vybUgtSCFwj5h1X1j/31sx 9Mc1sN8c+SVTVQ4syP9aEIGownFqZ8y1yU7SlVo2Xyrgfsza4kXFNjnoP/mf/2kov0dRrJ RHsjfAOq7CnERO9i/IRsH9b19MEVGZ+oKbadSxMgVnk41x6R6V+1Qj1YC45vLA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733144357; a=rsa-sha256; cv=none; b=yVOmSXsOUNRYf4DwhdHdgLSHDevuK2BQi42cIQXuBV+267S1PZteIbpA62Gj6aMOeQb+yI 7AqiSLOzpywbd5pahSxZ1uaeIwy+uYBc07VS3FxRLvim26+7tSXYQpxmqQ4X7+/bXyzlSH kpm5WcvGxhAAs9Z8shgau4IOuZFjTmfzYF7okiTbFLOIVK4BPFZL9oFculzck2ZsHS1YJE zKssSKH2qId+qqPfp2bjJNbaZyB0zJtWOMwRI3vz8ErUCvafqSGSW81HHsLFUeP+djjt2c a3JzbPEbQos4kGvlc5HFIueUuxxaS06bivnMQz58cwTuI9sm3ZfLZ4O7EGJ9Jw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Y23l93qGCzfNn for ; Mon, 2 Dec 2024 12:59:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 4B2CxHhN027506 for ; Mon, 2 Dec 2024 12:59:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 4B2CxHqP027505 for bugs@FreeBSD.org; Mon, 2 Dec 2024 12:59:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 145694] enable config(8) execution outside of the kernel source tree. Date: Mon, 02 Dec 2024 12:59:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 9.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Alexander88207@protonmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D145694 Alexander Vereeken changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Alexander88207@protonmail.c | |om Summary|[patch] enable config(8) |enable config(8) execution |execution outside of the |outside of the kernel |kernel source tree. |source tree. Keywords|patch | --=20 You are receiving this mail because: You are the assignee for the bug.=