praudit: correct test caseThe -n flag specifies that user and group IDs should remain numeric, notbe mapped to names. The golden output for praudit -n, however,contained user and group names.R
praudit: correct test caseThe -n flag specifies that user and group IDs should remain numeric, notbe mapped to names. The golden output for praudit -n, however,contained user and group names.Reported by: markjReviewed by: markjFixes: ba10bfe509dc ("libbsm: honour AU_OFLAG_NORESOLVE")Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D47434
show more ...
usr.sbin/praudit: Fix tests after 5619d49e07Commit 5619d49e07 made the getgrgid() call inside bsm work asintended so we now print "wheel" instead of a numeric 0 in the rgid field.Reviewed By: ma
usr.sbin/praudit: Fix tests after 5619d49e07Commit 5619d49e07 made the getgrgid() call inside bsm work asintended so we now print "wheel" instead of a numeric 0 in the rgid field.Reviewed By: markjDifferential Revision: https://reviews.freebsd.org/D28462
praudit(1): add testsSubmitted by: aniketpMFC after: 2 weeksX-MFC-With: 335287Sponsored by: Google, Inc. (GSoC 2018)Differential Revision: https://reviews.freebsd.org/D15751