svn commit: r358746 - stable/12/sys/kern

Ed Maste emaste at FreeBSD.org
Sun Mar 8 17:58:36 UTC 2020


Author: emaste
Date: Sun Mar  8 17:58:36 2020
New Revision: 358746
URL: https://svnweb.freebsd.org/changeset/base/358746

Log:
  MFC r357838: Allow getloginclass in capability mode
  
  As with e.g. getgroups and getlogin it allows querying current process
  credential state.
  
  Reported by:	sigsys at gmail.com via kevans
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/sys/kern/capabilities.conf
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/capabilities.conf
==============================================================================
--- stable/12/sys/kern/capabilities.conf	Sun Mar  8 17:56:44 2020	(r358745)
+++ stable/12/sys/kern/capabilities.conf	Sun Mar  8 17:58:36 2020	(r358746)
@@ -282,6 +282,7 @@ getitimer
 getgid
 getgroups
 getlogin
+getloginclass
 
 ##
 ## Allow querying certain trivial global state.


More information about the svn-src-all mailing list