git: a2fe14d73fca - stable/14 - login.conf(5): Document priority's special value 'inherit'

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Thu, 01 Feb 2024 21:31:20 UTC
The branch stable/14 has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=a2fe14d73fca365f68f352fec875e5570db3ca26

commit a2fe14d73fca365f68f352fec875e5570db3ca26
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2023-06-21 08:39:47 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2024-02-01 21:30:01 +0000

    login.conf(5): Document priority's special value 'inherit'
    
    Reviewed by:            emaste, yuripv (older version)
    Approved by:            emaste (mentor)
    MFC after:              3 days
    Sponsored by:           Kumacom SAS
    Differential Revision:  https://reviews.freebsd.org/D40691
    
    (cherry picked from commit 33d4ce5496efe96bbaa7663e298876395b1db62c)
    
    Approved by:            markj (mentor)
---
 lib/libutil/login.conf.5 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 4a98ee818139..a749fe5519ab 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -262,6 +262,9 @@ so 21 maps to priority 0 in the idle class, 22 to 1, and so on until 52 which
 maps to 31; see
 .Xr idprio 1
 .Pc .
+Special value
+.Ql inherit
+prevents resetting the priority.
 .It "requirehome 	bool	false	Require a valid home directory to login."
 .It "setenv	list		A comma-separated list of environment variables and"
 values to which they are to be set.