svn commit: r357838 - head/sys/kern

Ed Maste emaste at FreeBSD.org
Wed Feb 12 18:59:01 UTC 2020


Author: emaste
Date: Wed Feb 12 18:59:00 2020
New Revision: 357838
URL: https://svnweb.freebsd.org/changeset/base/357838

Log:
  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:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Wed Feb 12 18:48:39 2020	(r357837)
+++ head/sys/kern/capabilities.conf	Wed Feb 12 18:59:00 2020	(r357838)
@@ -288,6 +288,7 @@ getitimer
 getgid
 getgroups
 getlogin
+getloginclass
 
 ##
 ## Allow querying certain trivial global state.


More information about the svn-src-head mailing list