[Bug 282271] praudit -n still resolves uids/gids

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 23 Oct 2024 12:28:21 UTC
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.