Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilege

will authorize debugging system calls.

MFC after:	1 month
This commit is contained in:
Robert Watson 2008-02-15 20:26:17 +00:00
parent 759153459d
commit 5a14b2bf8e

View file

@ -448,10 +448,15 @@
*/
#define PRIV_DDB_CAPTURE 620 /* Allow reading of DDB capture log. */
/*
* Arla/nnpfs privileges.
*/
#define PRIV_NNPFS_DEBUG 630 /* Perforn ARLA_VIOC_NNPFSDEBUG. */
/*
* Track end of privilege list.
*/
#define _PRIV_HIGHEST 621
#define _PRIV_HIGHEST 631
/*
* Validate that a named privilege is known by the privilege system. Invalid