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: [email protected] 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
