diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-14 11:45:19 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-03-14 11:45:19 +0000 |
| commit | 1b7bdb29c82fa7072fdef3c2a1e873eedbb9274c (patch) | |
| tree | 80bd280ed40ade33e1f0c982b75129f7f95a7e5a | |
| parent | f5fd950e35c962bad0aa31fdc4b4052e13207893 (diff) | |
Notes
| -rw-r--r-- | sys/sys/priv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h index 3a6d228eda72..b77381548397 100644 --- a/sys/sys/priv.h +++ b/sys/sys/priv.h @@ -347,6 +347,11 @@ #define PRIV_NET80211_MANAGE 441 /* Administer 802.11. */ /* + * Placeholder for AppleTalk privileges, not supported anymore. + */ +#define _PRIV_NETATALK_RESERVEDPORT 450 /* Bind low port number. */ + +/* * ATM privileges. */ #define PRIV_NETATM_CFG 460 @@ -387,6 +392,12 @@ #define PRIV_NETINET_BINDANY 506 /* Allow bind to any address. */ /* + * Placeholders for IPX/SPX privileges, not supported any more. + */ +#define _PRIV_NETIPX_RESERVEDPORT 520 /* Bind low port number. */ +#define _PRIV_NETIPX_RAW 521 /* Open netipx raw socket. */ + +/* * NCP privileges. */ #define PRIV_NETNCP 530 /* Use another user's connection. */ |
