https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282271
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] URL| |https://reviews.freebsd.org | |/D47263 --- Comment #1 from Ed Maste <[email protected]> --- 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.
