mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
This commit is contained in:
parent
992a44320c
commit
39ca489ea9
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@
|
|||
#define PRIV_PROC_SETRLIMIT 162 /* Can raise resources limits. */
|
||||
#define PRIV_PROC_SETLOGINCLASS 163 /* Can call setloginclass(2). */
|
||||
|
||||
/* System V IPC privileges.
|
||||
/*
|
||||
* System V IPC privileges.
|
||||
*/
|
||||
#define PRIV_IPC_READ 170 /* Can override IPC read perm. */
|
||||
#define PRIV_IPC_WRITE 171 /* Can override IPC write perm. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue