Add two new privileges for use by OpenAFS, which will be supported for

FreeBSD 8.x.

MFC after:	3 days
Submitted by:	Benjamin Kaduk <kaduk at MIT.EDU>
Approved by:	re (kib)
This commit is contained in:
Robert Watson 2009-07-30 08:41:06 +00:00
parent 9e90dc16ba
commit 4b0026b9fb

View File

@ -475,10 +475,16 @@
#define PRIV_C4B_RESET_CTLR 650 /* Load firmware, reset controller. */
#define PRIV_C4B_TRACE 651 /* Unrestricted CAPI message tracing. */
/*
* OpenAFS privileges.
*/
#define PRIV_AFS_ADMIN 660 /* Can change AFS client settings. */
#define PRIV_AFS_DAEMON 661 /* Can become the AFS daemon. */
/*
* Track end of privilege list.
*/
#define _PRIV_HIGHEST 652
#define _PRIV_HIGHEST 662
/*
* Validate that a named privilege is known by the privilege system. Invalid