Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2024 12:28:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282271] praudit -n still resolves uids/gids
Message-ID:  <bug-282271-227-tPUvX1OPo8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282271-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282271

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org
           Assignee|bugs@FreeBSD.org            |emaste@freebsd.org
                URL|                            |https://reviews.freebsd.org
                   |                            |/D47263

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Indeed, this is a bug in openbsm. praudit's -n flag sets AU_OFLAG_NORESOLVE
which is documented as avoiding resolution by au_print_flags_tok(), but the
flag was in fact not tested anywhere.

https://github.com/search?q=repo%3Aopenbsm%2Fopenbsm%20au_oflag_noresolve&type=code

Can you try the patch in https://reviews.freebsd.org/D47263?

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282271-227-tPUvX1OPo8>