<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in group</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>af099eaa5ec3604639807b7c5d3ed5be336e5643 - vmm: Enable unprivileged bhyve</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#af099eaa5ec3604639807b7c5d3ed5be336e5643</link>
        <description>vmm: Enable unprivileged bhyve- Add the vmm group.- Let /dev/vmmctl belong to the vmm group by default, and give group  write permissions.- When creating a VM&apos;s device files, make them owned by the creating  process&apos; effective UID.Reviewed by:	bnovkovMFC after:	2 monthsSponsored by:	The FreeBSD FoundationSponsored by:	Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D54741

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Thu, 19 Feb 2026 15:38:46 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d6049d5da8ce70b3f815431bdedcee9c04f60cc - etc: remove leftover leading empty comments, blank lines</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#9d6049d5da8ce70b3f815431bdedcee9c04f60cc</link>
        <description>etc: remove leftover leading empty comments, blank linesRemove leftover empty leading comments/blank lines that had beenspacers between $FreeBSD$ and the following content in config filesin src/etc.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D41548

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Tue, 22 Aug 2023 20:03:28 +0200</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0f1f38202c4176af277185a3b973098bb03fe6d - Reserve u2f group for FIDO/U2F key support (SSH, etc.)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#d0f1f38202c4176af277185a3b973098bb03fe6d</link>
        <description>Reserve u2f group for FIDO/U2F key support (SSH, etc.)We have FIDO/U2F support in the base system now, so reserve a group IDfor it (maching the security/u2f-devd port).Sponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D34341

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Fri, 18 Feb 2022 19:13:20 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9545eede43b8fac889f3ec3180f5917f0d0b0ea - Add idle priority scheduling privilege group to MAC/priority</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#a9545eede43b8fac889f3ec3180f5917f0d0b0ea</link>
        <description>Add idle priority scheduling privilege group to MAC/priorityAdd an idletime user group that allows non-root users to run processeswith idle scheduling priority. Privileges are granted by a MAC policy inthe mac_priority module. For this purpose, the kernel privilegePRIV_SCHED_IDPRIO was added to sys/priv.h (kernel module ABI change).Deprecate the system wide sysctl(8) knobsecurity.bsd.unprivileged_idprio which lets any user run idle priorityprocesses, regardless of context. While the knob is still working, it ismarked as deprecated in the description and in the man pages.MFC after:	2 weeksDifferential revision:	https://reviews.freebsd.org/D33338

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Fri, 10 Dec 2021 02:35:38 +0100</pubDate>
        <dc:creator>Florian Walpen &lt;dev@submerge.ch&gt;</dc:creator>
    </item>
<item>
        <title>bf2fa8d9d11c9f2ceff09bacc406876fa37096be - MAC/priority module for realtime privilege group</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#bf2fa8d9d11c9f2ceff09bacc406876fa37096be</link>
        <description>MAC/priority module for realtime privilege groupThis is a MAC policy module that grants scheduling privileges based ongroup membership.  Users or processes in the group realtime (gid 47) areallowed to run threads and processes with realtime scheduling priority.For timing-sensitive, low-latency software like audio/jack, running withrealtime priority helps to avoid stutter and gaps.PR:	239125MFC after:	2 weeksDifferential revision:	https://reviews.freebsd.org/D33191

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Sat, 04 Dec 2021 17:17:29 +0100</pubDate>
        <dc:creator>Florian Walpen &lt;dev@submerge.ch&gt;</dc:creator>
    </item>
<item>
        <title>cfe7aad9c3bdbe3d859d43b40ed9203821219c3c - Create and use a tests group for the tests user.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#cfe7aad9c3bdbe3d859d43b40ed9203821219c3c</link>
        <description>Create and use a tests group for the tests user.No user (except nobody) should be a member of the nobody group.Reported by:	rgrimesReviewed by:	rgrimesMFC after:	3 daysSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D24199

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Fri, 27 Mar 2020 17:05:37 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45a13fd89987533add2888ed3cc093fab29e3bbc - Move back group, master.passwd and shells to etc directory</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#45a13fd89987533add2888ed3cc093fab29e3bbc</link>
        <description>Move back group, master.passwd and shells to etc directoryUse the .PATH mechanism instead so keep installing them from lib/libc/genWhile here revert 347961 and 347893 which are no longer neededDiscussed with:	manuTested by:	manuok manu@

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Thu, 23 May 2019 20:37:05 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3496c981ac86b0541bdbc9a211f7847a97df008d - Make it possible to run ntpd as a non-root user, add ntpd uid and gid.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#3496c981ac86b0541bdbc9a211f7847a97df008d</link>
        <description>Make it possible to run ntpd as a non-root user, add ntpd uid and gid.Code analysis and runtime analysis using truss(8) indicate that the onlyprivileged operations performed by ntpd are adjusting system time, and(re-)binding to privileged UDP port 123. These changes add a new mac(4)policy module, mac_ntpd(4), which grants just those privileges to anyprocess running with uid 123.This also adds a new user and group, ntpd:ntpd, (uid:gid 123:123), and makesthem the owner of the /var/db/ntp directory, so that it can be used as alocation where the non-privileged daemon can write files such as thedriftfile, and any optional logfile or stats files.Because there are so many ways to configure ntpd, the question of how toconfigure it to run without root privs can be a bit complex, so that will beaddressed in a separate commit. These changes are just what&apos;s required togrant the limited subset of privs to ntpd, and the small change to ntpd toprevent it from exiting with an error if running as non-root.Differential Revision:	https://reviews.freebsd.org/D16281

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Fri, 20 Jul 2018 01:55:29 +0200</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2414e86439f4c53aff73d1afe0453fb48145d9e5 - MfH @r295202</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#2414e86439f4c53aff73d1afe0453fb48145d9e5</link>
        <description>MfH @r295202Expect to see panics in routing code at least now.

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 03 Feb 2016 12:49:51 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>752d00608cb24d3c902d6890efe6964247c2532c - Merge ^/head r294777 through r294960.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#752d00608cb24d3c902d6890efe6964247c2532c</link>
        <description>Merge ^/head r294777 through r294960.

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 27 Jan 2016 23:52:20 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e186c0aabaaac56c546a9d8d5955f72971a02ab - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#0e186c0aabaaac56c546a9d8d5955f72971a02ab</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 27 Jan 2016 15:16:13 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1cf38d9ef88e83245f5e0d546e636e98221ed4f4 - Fix regression introduced on r293801.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#1cf38d9ef88e83245f5e0d546e636e98221ed4f4</link>
        <description>Fix regression introduced on r293801.The UID/GID 93 is in using by jaber on PORTS, we will useUID/GID 160 for ypldap(8).Reported by:	antoineApproved by:	bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D5062

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 27 Jan 2016 07:28:56 +0100</pubDate>
        <dc:creator>Marcelo Araujo &lt;araujo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4 - Finish merging from head, messed up in previous attempt</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4</link>
        <description>Finish merging from head, messed up in previous attempt

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Sat, 12 Sep 2015 14:03:02 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23a32822d2a98273412f5b7d5e4b0ea925d637a0 - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#23a32822d2a98273412f5b7d5e4b0ea925d637a0</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Tue, 25 Aug 2015 22:14:50 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f98ee844657f5d662a236f74bc7e24c00316e5ee - Merge ^/head r286422 through r286684.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#f98ee844657f5d662a236f74bc7e24c00316e5ee</link>
        <description>Merge ^/head r286422 through r286684.

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Wed, 12 Aug 2015 20:39:49 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34c7eb57ed1cbb97c5ea93fa3d4f10730172c1a4 - Add a new group named &apos;video&apos; with the id of 44. And make drm create</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#34c7eb57ed1cbb97c5ea93fa3d4f10730172c1a4</link>
        <description>Add a new group named &apos;video&apos; with the id of 44. And make drm createdevices in /dev/dri/ with this new group.This will allow ports and users to more easily access to these devicesfor OpenGL and OpenCL support.Reviewed by:	dumbbell@Approved by:	dumbbell@Differential Revision:	https://reviews.freebsd.org/D1260

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Sun, 09 Aug 2015 14:58:56 +0200</pubDate>
        <dc:creator>Koop Mast &lt;kwm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/etc/group#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/etc/group</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
