From owner-svn-src-head@freebsd.org Tue Apr 16 15:38:04 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D63201575F7B; Tue, 16 Apr 2019 15:38:04 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B8326AD64; Tue, 16 Apr 2019 15:38:04 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io1-f67.google.com with SMTP id p23so17964136iol.13; Tue, 16 Apr 2019 08:38:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=OUJgQGf+ZXyfyvyBDzEijMICKo/esjLnCmC4iMso6so=; b=Z7x8rJnhFsgkyONJW+Zyxf5U0nCTz4FnGVRcNFCnCsB254Kge3QPrY933c0c4aSPlL VClkWh4SaIDlbURIOm5xK62Ksjp7k64Jhb0mCVDVFzHzezF5Bo0b83o2LKEQzdq/yfLX V5cSmmncUfCjoGJ8edkxKwmQxlPuYQUfnMw46AQ3KutvKJP/ajzvyXS9z9ToN7j7n1ir 0c20/+O33g7092ckHEz9C1kCZvlk/CxVTbioi5yf8B8whafXxNQAk7dlqY6tQliRu2nF HKPyFY1/eYtJxN3BfxqTiS8XmVQ35PWhouU+PnznU2BseNPpJl9XnMqIR5NdyD/Tbqrr /5ig== X-Gm-Message-State: APjAAAX7Nm/clc0YQUZde5uTzZEvwLB20kIohIxKdjOgjxnduFynPcd1 NmrfMccv9zWeSrStkM4v5mUWMf9X X-Google-Smtp-Source: APXvYqwC70uQSuXJI6B6lufmEKe9HCRQGw6Yyo1+YQsEC63QkrAKDPh0qhn4tbwbdY5tFI5Uy6In4w== X-Received: by 2002:a5d:8757:: with SMTP id k23mr3627031iol.68.1555429083334; Tue, 16 Apr 2019 08:38:03 -0700 (PDT) Received: from mail-it1-f174.google.com (mail-it1-f174.google.com. [209.85.166.174]) by smtp.gmail.com with ESMTPSA id b82sm9976220itd.12.2019.04.16.08.38.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Apr 2019 08:38:03 -0700 (PDT) Received: by mail-it1-f174.google.com with SMTP id 139so33216721ita.4; Tue, 16 Apr 2019 08:38:03 -0700 (PDT) X-Received: by 2002:a05:660c:111:: with SMTP id w17mr30434544itj.62.1555429082960; Tue, 16 Apr 2019 08:38:02 -0700 (PDT) MIME-Version: 1.0 References: <201904160412.x3G4CgN2015092@repo.freebsd.org> <20190416131915.2ocot4nonnf3sl4a@mutt-hbsd> In-Reply-To: <20190416131915.2ocot4nonnf3sl4a@mutt-hbsd> Reply-To: cem@freebsd.org From: Conrad Meyer Date: Tue, 16 Apr 2019 08:37:52 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r346263 - head/contrib/tcpdump To: Shawn Webb Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 5B8326AD64 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 15:38:05 -0000 On Tue, Apr 16, 2019 at 6:20 AM Shawn Webb wrote: > Is there any documentation anywhere telling users that Capsicum > support will be disabled under certain circumstances? Hi Shawn, I don't think documenting that makes much sense in general. It would be extremely burdensome to fully document and quickly become desynchronized from the code. It's comparable to OpenBSD pledging differently in different paths of programs. To me, "for now," suggests that this is perhaps a temporary workaround and maybe we can do something better in the future. Take care, Conrad P.S., When do you plan to update your Easy Feature Comparison page to reflect that FreeBSD has the same procfs and "boot hardening" as HBSD?