From 5a14b2bf8e14cee2a9cb9f5fbf054355c3d337fc Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 15 Feb 2008 20:26:17 +0000 Subject: [PATCH] Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilege will authorize debugging system calls. MFC after: 1 month --- sys/sys/priv.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 8b89bce1e88..0e4d1cd94dd 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -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