From owner-freebsd-jail@freebsd.org Thu Dec 10 18:44:41 2020 Return-Path: Delivered-To: freebsd-jail@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A2D6E4B3397 for ; Thu, 10 Dec 2020 18:44:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CsNBK1r8xz4pjm for ; Thu, 10 Dec 2020 18:44:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 2D11784F8 for ; Thu, 10 Dec 2020 18:44:41 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f171.google.com with SMTP id n142so5830122qkn.2 for ; Thu, 10 Dec 2020 10:44:41 -0800 (PST) X-Gm-Message-State: AOAM533InHRyGGvhA88uGrF9fFAbHganGuB/UygMPbSIjUYVLiRKUx8I Tr8EWJFpyrtuH01GNbJuHNYzhtiey39atqpBZH0= X-Google-Smtp-Source: ABdhPJzTb7W55DUDdbhdbro5wK2fmTT2PsAF/s0eMFdWfH4ECMaueJQuUmO3X9NbMP+147OMXL7/1kuVRa8sVKL4Ja4= X-Received: by 2002:a05:620a:7e5:: with SMTP id k5mr9398802qkk.34.1607625880568; Thu, 10 Dec 2020 10:44:40 -0800 (PST) MIME-Version: 1.0 From: Kyle Evans Date: Thu, 10 Dec 2020 12:44:27 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: /etc/jail.d (or jail.conf.d) To: freebsd-jail Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2020 18:44:41 -0000 Hello! Antranig "antranigv" Vartanian has had this review open for a couple months at this point: https://reviews.freebsd.org/D24570 -- I'd like to try and get this review hammered out and finished within the next week. Currently it adds an /etc/jail.d, but the point was raised that we have a mixture of these with different naming conventions and that /etc/jail.conf.d may be better -- I'm inclined to agree since jail.conf.d would more directly imply that the contents are jail.conf(5) format while jail.d might be too vague, but we're looking for input here. The motives behind a dedicated directory are the usual: cleaner /etc if you have a lot of jail-specific conf and it offers less redundancy in names. Also, while I'm here, would anyone else have interest in joining a #jail phabricator group if one were to be created? Thanks, Kyle Evans