diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-02-15 20:26:17 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-02-15 20:26:17 +0000 |
| commit | 5a14b2bf8e14cee2a9cb9f5fbf054355c3d337fc (patch) | |
| tree | ea70c14f6d08fb872403771c40c5742ed11aa31b /sys | |
| parent | 759153459d236f7b4eab6b7bffb8430adb8f93d5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/priv.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 8b89bce1e888d..0e4d1cd94dd63 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -449,9 +449,14 @@ #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 |
