From owner-dev-commits-src-all@freebsd.org Sat Feb 27 16:55:23 2021 Return-Path: Delivered-To: dev-commits-src-all@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 4E97D54CE1E for ; Sat, 27 Feb 2021 16:55:23 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dnt1l1cgyz3N9t for ; Sat, 27 Feb 2021 16:55:23 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: by mail-wm1-f53.google.com with SMTP id i9so9505957wml.0 for ; Sat, 27 Feb 2021 08:55:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tntcvwDbCSfgZE18WutJJ+L+peLh6DlmenprQbGIUbM=; b=dSB6+D8mBrd5VXP79KOWGbYRugUIG1w6lkd6tHVSMSiUH7EOhK2e7d7+Cb+cG7A9r7 fhF6EtEht7tVsDBeceXq6L8E5WhIiy3fFspRb71kgM7jhowMiV8LPRJLra25eylzjXL/ gHGjHwY+eVjk98ZAQp+1uHeqp7ZThTgQ2EAeOjYRfQbqg6JPKnpqkap+X9ifij6cCp5H 1MJAgvfE9bZfej81jchvQtTg7o4XfIKGa28/kZ+8ZB+rLY94DFIh/h/6bQ6TcDmrFWQ1 ydPlWZctQsUW6n8KD7dh14aniCZLK8NTPR6fLpSNJToRNFMmIdVui9ku4z0HHgJO0un7 29VA== X-Gm-Message-State: AOAM532QCMgOZXPJO0IeUNEzL7lckWNo2hRRvz3MANILrKjlnoAb0KlV TnHo6w8Jn/d0XWfRkfBB96q9rvRh9F34/w== X-Google-Smtp-Source: ABdhPJyuIVSpsd0qJJ4SOUa5yNghdwDo/0n0n1GuWwpXSaXe1QFGSjLB4JZZrDDW2TCuDypxGxE9CA== X-Received: by 2002:a7b:c305:: with SMTP id k5mr7876437wmj.57.1614444921652; Sat, 27 Feb 2021 08:55:21 -0800 (PST) Received: from [192.168.149.251] (trinity-students-nat.trin.cam.ac.uk. [131.111.193.104]) by smtp.gmail.com with ESMTPSA id k15sm21901900wrn.0.2021.02.27.08.55.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Feb 2021 08:55:21 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9). From: Jessica Clarke In-Reply-To: <202102271652.11RGq1YX064517@gitrepo.freebsd.org> Date: Sat, 27 Feb 2021 16:55:20 +0000 Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <7AAF0AD3-F975-4149-A4E0-DDE3CA0717EF@freebsd.org> References: <202102271652.11RGq1YX064517@gitrepo.freebsd.org> To: Robert Watson X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4Dnt1l1cgyz3N9t X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 16:55:23 -0000 On 27 Feb 2021, at 16:52, Robert Watson wrote: >=20 > The branch main has been updated by rwatson: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D7bfd84444e6ff182abac2e08d6efcd2d= c9ddc944 >=20 > commit 7bfd84444e6ff182abac2e08d6efcd2dc9ddc944 > Author: Robert Watson > AuthorDate: 2021-02-27 16:51:00 +0000 > Commit: Robert Watson > CommitDate: 2021-02-27 16:51:13 +0000 >=20 > Provide a man page for VOP_SETLABEL(9). >=20 > MFC after: 3 days > --- > share/man/man9/VOP_SETLABEL.9 | 128 = ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 128 insertions(+) >=20 > diff --git a/share/man/man9/VOP_SETLABEL.9 = b/share/man/man9/VOP_SETLABEL.9 > new file mode 100644 > index 000000000000..8b7e54e515cc > --- /dev/null > +++ b/share/man/man9/VOP_SETLABEL.9 > @@ -0,0 +1,128 @@ > +.\"- > +.\" Copyright (c) 2021 Robert N. M. Watson > +.\" All rights reserved. > +.\" > +.\" Redistribution and use in source and binary forms, with or = without > +.\" modification, are permitted provided that the following = conditions > +.\" are met: > +.\" 1. Redistributions of source code must retain the above copyright > +.\" notice, this list of conditions and the following disclaimer. > +.\" 2. Redistributions in binary form must reproduce the above = copyright > +.\" notice, this list of conditions and the following disclaimer = in the > +.\" documentation and/or other materials provided with the = distribution. > +.\" > +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS = IS'' AND > +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, = THE > +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A = PARTICULAR PURPOSE > +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE = LIABLE > +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR = CONSEQUENTIAL > +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE = GOODS > +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS = INTERRUPTION) > +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN = CONTRACT, STRICT > +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN = ANY WAY > +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE = POSSIBILITY OF > +.\" SUCH DAMAGE. > +.\" > +.\" $FreeBSD$ > +.\" > +.Dd February 27, 2021 > +.Dt VOP_SETLABEL 9 > +.Os > +.Sh NAME > +.Nm VOP_SETLABEL > +.Nd persistently store an updated MAC label on a vnode > +.Sh SYNOPSIS > +.In sys/param.h > +.In sys/vnode.h > +.In security/mac.h > +.Ft int > +.Fn VOP_SETLABEL "struct vnode *vp" "label *label" > +.Sh DESCRIPTION > +This vnode call is made by > +.Xr mac 9 > +file relabeling operation has been authorized, and the filesystem = must now be I think you're missing some words at the start of this line? Jess