mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
759153459d
commit
5a14b2bf8e
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue