Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 20:25:58 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342235 - head/share/man/man9
Message-ID:  <201812192025.wBJKPwut074278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Wed Dec 19 20:25:58 2018
New Revision: 342235
URL: https://svnweb.freebsd.org/changeset/base/342235

Log:
  Update priv(9) after r341827
  
  Reported by:	trasz
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man9/priv.9

Modified: head/share/man/man9/priv.9
==============================================================================
--- head/share/man/man9/priv.9	Wed Dec 19 19:21:29 2018	(r342234)
+++ head/share/man/man9/priv.9	Wed Dec 19 20:25:58 2018	(r342235)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 30, 2006
+.Dd December 19, 2018
 .Dt PRIV 9
 .Os
 .Sh NAME
@@ -39,7 +39,7 @@
 .Ft int
 .Fn priv_check "struct thread *td" "int priv"
 .Ft int
-.Fn priv_check_cred "struct ucred *cred" "int priv" "int flags"
+.Fn priv_check_cred "struct ucred *cred" "int priv"
 .Sh DESCRIPTION
 The
 .Nm
@@ -57,9 +57,6 @@ policy or access control list.
 The caller identifies the desired privilege via the
 .Fa priv
 argument.
-The optional flags argument,
-.Fa flags ,
-is currently unused.
 .Ss Privilege Policies
 Privileges are typically granted based on one of two base system policies:
 the superuser policy, which grants privilege based on the effective (or



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812192025.wBJKPwut074278>