Actions
Bug #11621
closedfmadm and fmstat document privileges incorrectly
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Initially, you see the following gibberish in fmadm(1M) and fmstat(1M)
'Refer to the for more information'
Presumably the thing being referred to should be privileges.5
It gets worse. Looking more closely, SYS_CONFIG is a typo and should be PRIV_SYS_CONFIG
However, checking the source (usr/src/cmd/fm/fmd/common/fmd_rpc.c) it should be PRIV_SYS_ADMIN
Cross-referencing privileges.5, it mentions nscd (which is correct) and coreadm (which isn't as it's now handled by smf), but not FMA
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b8dadaa8b0556cca0e965ddc197acacafeb40980
commit b8dadaa8b0556cca0e965ddc197acacafeb40980 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2019-08-29T07:12:19.000Z 11621 fmadm and fmstat document privileges incorrectly Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions