svn commit: r342235 - head/share/man/man9

Mateusz Guzik mjg at FreeBSD.org
Wed Dec 19 20:25:59 UTC 2018


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


More information about the svn-src-all mailing list