|
@@ -198,7 +198,7 @@ struct cpu_vfs_cap_data {
|
|
|
/* Allow modification of routing tables */
|
|
|
/* Allow setting arbitrary process / process group ownership on
|
|
|
sockets */
|
|
|
-/* Allow binding to any address for transparent proxying */
|
|
|
+/* Allow binding to any address for transparent proxying (also via NET_RAW) */
|
|
|
/* Allow setting TOS (type of service) */
|
|
|
/* Allow setting promiscuous mode */
|
|
|
/* Allow clearing driver statistics */
|
|
@@ -210,6 +210,7 @@ struct cpu_vfs_cap_data {
|
|
|
|
|
|
/* Allow use of RAW sockets */
|
|
|
/* Allow use of PACKET sockets */
|
|
|
+/* Allow binding to any address for transparent proxying (also via NET_ADMIN) */
|
|
|
|
|
|
#define CAP_NET_RAW 13
|
|
|
|