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:
parent
9e90dc16ba
commit
4b0026b9fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user