Actions
Bug #5101
closedprivileges(5) manual page missing some privileges
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
2014-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The privileges(5) manual page is missing these: PRIV_FILE_READ, PRIV_FILE_WRITE, PRIV_NET_ACCESS, PRIV_NET_MAC_IMPLICIT
They're all described in /usr/src/uts/common/os/priv_defs, just not in the manual page. In fact I notice the manual page and priv_defs have almost verbatim the same descriptions, except for s/Allows/Allow/, which makes it tempting to suggest auto-syncing the manual page to avoid oversights.
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 8a986bad744c8a479dfacfcdc16bcad15bbb1ec6
commit 8a986bad744c8a479dfacfcdc16bcad15bbb1ec6 Author: Chris Josephes <cpj1@visi.com> Date: 2015-02-09T16:56:38.000Z 5101 privileges(5) manual page missing some privileges Reviewed by: Josef "Jeff" Sipek <josef.sipek@nexenta.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
Actions