Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 The Android Open Source Project |
| 3 | * |
| 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * |
| 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | * |
| 10 | * Unless required by applicable law or agreed to in writing, software |
| 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. |
| 15 | */ |
| 16 | |
| 17 | #include "RouteController.h" |
| 18 | |
Dan Albert | aa1be2b | 2015-01-06 09:36:17 -0800 | [diff] [blame] | 19 | #include <arpa/inet.h> |
| 20 | #include <errno.h> |
| 21 | #include <fcntl.h> |
| 22 | #include <linux/fib_rules.h> |
| 23 | #include <net/if.h> |
| 24 | #include <sys/stat.h> |
| 25 | |
Elliott Hughes | bd37832 | 2015-02-04 13:25:14 -0800 | [diff] [blame] | 26 | #include <private/android_filesystem_config.h> |
| 27 | |
Dan Albert | aa1be2b | 2015-01-06 09:36:17 -0800 | [diff] [blame] | 28 | #include <map> |
| 29 | |
Lorenzo Colitti | 7035f22 | 2017-02-13 18:29:00 +0900 | [diff] [blame] | 30 | #include "DummyNetwork.h" |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 31 | #include "Fwmark.h" |
Lorenzo Colitti | 1ef549d | 2017-02-13 18:32:09 +0900 | [diff] [blame] | 32 | #include "NetlinkCommands.h" |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 33 | #include "UidRanges.h" |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 34 | |
Elliott Hughes | bbd5626 | 2015-12-04 15:45:10 -0800 | [diff] [blame] | 35 | #include "android-base/file.h" |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 36 | #define LOG_TAG "Netd" |
| 37 | #include "log/log.h" |
| 38 | #include "logwrap/logwrap.h" |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 39 | #include "netutils/ifc.h" |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 40 | #include "resolv_netid.h" |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 41 | |
Dan Albert | 5407e14 | 2015-03-16 10:05:59 -0700 | [diff] [blame] | 42 | using android::base::WriteStringToFile; |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 43 | using android::net::UidRange; |
Dan Albert | 5407e14 | 2015-03-16 10:05:59 -0700 | [diff] [blame] | 44 | |
Lorenzo Colitti | 7035f22 | 2017-02-13 18:29:00 +0900 | [diff] [blame] | 45 | namespace android { |
| 46 | namespace net { |
| 47 | |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 48 | namespace { |
| 49 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 50 | // BEGIN CONSTANTS -------------------------------------------------------------------------------- |
| 51 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 52 | const uint32_t RULE_PRIORITY_VPN_OVERRIDE_SYSTEM = 10000; |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 53 | const uint32_t RULE_PRIORITY_VPN_OVERRIDE_OIF = 10500; |
Sreeram Ramachandran | 111bec2 | 2014-07-22 18:51:06 -0700 | [diff] [blame] | 54 | const uint32_t RULE_PRIORITY_VPN_OUTPUT_TO_LOCAL = 11000; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 55 | const uint32_t RULE_PRIORITY_SECURE_VPN = 12000; |
Robin Lee | 6c84ef6 | 2016-05-03 13:17:58 +0100 | [diff] [blame] | 56 | const uint32_t RULE_PRIORITY_PROHIBIT_NON_VPN = 12500; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 57 | const uint32_t RULE_PRIORITY_EXPLICIT_NETWORK = 13000; |
| 58 | const uint32_t RULE_PRIORITY_OUTPUT_INTERFACE = 14000; |
| 59 | const uint32_t RULE_PRIORITY_LEGACY_SYSTEM = 15000; |
| 60 | const uint32_t RULE_PRIORITY_LEGACY_NETWORK = 16000; |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 61 | const uint32_t RULE_PRIORITY_LOCAL_NETWORK = 17000; |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 62 | const uint32_t RULE_PRIORITY_TETHERING = 18000; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 63 | const uint32_t RULE_PRIORITY_IMPLICIT_NETWORK = 19000; |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 64 | const uint32_t RULE_PRIORITY_BYPASSABLE_VPN = 20000; |
Sreeram Ramachandran | 48e19b0 | 2014-07-22 22:23:20 -0700 | [diff] [blame] | 65 | const uint32_t RULE_PRIORITY_VPN_FALLTHROUGH = 21000; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 66 | const uint32_t RULE_PRIORITY_DEFAULT_NETWORK = 22000; |
Lorenzo Colitti | a2c2305 | 2014-07-29 09:25:44 +0000 | [diff] [blame] | 67 | const uint32_t RULE_PRIORITY_DIRECTLY_CONNECTED = 23000; |
Lorenzo Colitti | db74dba | 2014-07-29 18:26:21 +0900 | [diff] [blame] | 68 | const uint32_t RULE_PRIORITY_UNREACHABLE = 32000; |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 69 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 70 | const uint32_t ROUTE_TABLE_LOCAL_NETWORK = 97; |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 71 | const uint32_t ROUTE_TABLE_LEGACY_NETWORK = 98; |
| 72 | const uint32_t ROUTE_TABLE_LEGACY_SYSTEM = 99; |
| 73 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 74 | const char* const ROUTE_TABLE_NAME_LOCAL_NETWORK = "local_network"; |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 75 | const char* const ROUTE_TABLE_NAME_LEGACY_NETWORK = "legacy_network"; |
| 76 | const char* const ROUTE_TABLE_NAME_LEGACY_SYSTEM = "legacy_system"; |
| 77 | |
Sreeram Ramachandran | bb40d51 | 2014-07-11 11:45:14 -0700 | [diff] [blame] | 78 | const char* const ROUTE_TABLE_NAME_LOCAL = "local"; |
| 79 | const char* const ROUTE_TABLE_NAME_MAIN = "main"; |
| 80 | |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 81 | // TODO: These values aren't defined by the Linux kernel, because legacy UID routing (as used in N |
| 82 | // and below) was not upstreamed. Now that the UID routing code is upstream, we should remove these |
| 83 | // and rely on the kernel header values. |
Lorenzo Colitti | 5965651 | 2014-06-25 03:20:29 +0900 | [diff] [blame] | 84 | const uint16_t FRA_UID_START = 18; |
| 85 | const uint16_t FRA_UID_END = 19; |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 86 | |
| 87 | // These values are upstream, but not yet in our headers. |
| 88 | // TODO: delete these definitions when updating the headers. |
| 89 | const uint16_t FRA_UID_RANGE = 20; |
| 90 | struct fib_rule_uid_range { |
| 91 | __u32 start; |
| 92 | __u32 end; |
| 93 | }; |
Lorenzo Colitti | 5965651 | 2014-06-25 03:20:29 +0900 | [diff] [blame] | 94 | |
Lorenzo Colitti | 7272368 | 2014-06-26 13:51:10 +0900 | [diff] [blame] | 95 | const uint16_t NETLINK_REQUEST_FLAGS = NLM_F_REQUEST | NLM_F_ACK; |
| 96 | const uint16_t NETLINK_CREATE_REQUEST_FLAGS = NETLINK_REQUEST_FLAGS | NLM_F_CREATE | NLM_F_EXCL; |
Lorenzo Colitti | 219f328 | 2017-02-10 10:02:49 +0900 | [diff] [blame^] | 97 | const uint16_t NETLINK_DUMP_FLAGS = NLM_F_REQUEST | NLM_F_DUMP; |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 98 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 99 | const uint8_t AF_FAMILIES[] = {AF_INET, AF_INET6}; |
| 100 | |
| 101 | const char* const IP_VERSIONS[] = {"-4", "-6"}; |
| 102 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 103 | const uid_t UID_ROOT = 0; |
Lorenzo Colitti | 5ad4e98 | 2015-02-26 17:34:32 +0900 | [diff] [blame] | 104 | const char* const IIF_LOOPBACK = "lo"; |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 105 | const char* const IIF_NONE = NULL; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 106 | const char* const OIF_NONE = NULL; |
| 107 | const bool ACTION_ADD = true; |
| 108 | const bool ACTION_DEL = false; |
| 109 | const bool MODIFY_NON_UID_BASED_RULES = true; |
| 110 | |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 111 | const char* const RT_TABLES_PATH = "/data/misc/net/rt_tables"; |
Sreeram Ramachandran | c7d804c | 2014-07-09 07:39:30 -0700 | [diff] [blame] | 112 | const mode_t RT_TABLES_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; // mode 0644, rw-r--r-- |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 113 | |
Lorenzo Colitti | 99286fe | 2014-08-12 15:08:00 +0900 | [diff] [blame] | 114 | const unsigned ROUTE_FLUSH_ATTEMPTS = 2; |
| 115 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 116 | // Avoids "non-constant-expression cannot be narrowed from type 'unsigned int' to 'unsigned short'" |
| 117 | // warnings when using RTA_LENGTH(x) inside static initializers (even when x is already uint16_t). |
| 118 | constexpr uint16_t U16_RTA_LENGTH(uint16_t x) { |
| 119 | return RTA_LENGTH(x); |
| 120 | } |
| 121 | |
| 122 | // These are practically const, but can't be declared so, because they are used to initialize |
| 123 | // non-const pointers ("void* iov_base") in iovec arrays. |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 124 | rtattr FRATTR_PRIORITY = { U16_RTA_LENGTH(sizeof(uint32_t)), FRA_PRIORITY }; |
| 125 | rtattr FRATTR_TABLE = { U16_RTA_LENGTH(sizeof(uint32_t)), FRA_TABLE }; |
| 126 | rtattr FRATTR_FWMARK = { U16_RTA_LENGTH(sizeof(uint32_t)), FRA_FWMARK }; |
| 127 | rtattr FRATTR_FWMASK = { U16_RTA_LENGTH(sizeof(uint32_t)), FRA_FWMASK }; |
| 128 | rtattr FRATTR_UID_START = { U16_RTA_LENGTH(sizeof(uid_t)), FRA_UID_START }; |
| 129 | rtattr FRATTR_UID_END = { U16_RTA_LENGTH(sizeof(uid_t)), FRA_UID_END }; |
| 130 | rtattr FRATTR_UID_RANGE = { U16_RTA_LENGTH(sizeof(fib_rule_uid_range)), FRA_UID_RANGE }; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 131 | |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 132 | rtattr RTATTR_TABLE = { U16_RTA_LENGTH(sizeof(uint32_t)), RTA_TABLE }; |
| 133 | rtattr RTATTR_OIF = { U16_RTA_LENGTH(sizeof(uint32_t)), RTA_OIF }; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 134 | |
| 135 | uint8_t PADDING_BUFFER[RTA_ALIGNTO] = {0, 0, 0, 0}; |
| 136 | |
| 137 | // END CONSTANTS ---------------------------------------------------------------------------------- |
| 138 | |
Lorenzo Colitti | 0b073fb | 2017-02-10 07:49:12 +0900 | [diff] [blame] | 139 | const char *actionName(uint16_t action) { |
| 140 | static const char *ops[4] = {"adding", "deleting", "getting", "???"}; |
| 141 | return ops[action % 4]; |
| 142 | } |
| 143 | |
| 144 | const char *familyName(uint8_t family) { |
| 145 | switch (family) { |
| 146 | case AF_INET: return "IPv4"; |
| 147 | case AF_INET6: return "IPv6"; |
| 148 | default: return "???"; |
| 149 | } |
| 150 | } |
| 151 | |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 152 | // No locks needed because RouteController is accessed only from one thread (in CommandListener). |
| 153 | std::map<std::string, uint32_t> interfaceToTable; |
Paul Jensen | a561e12 | 2014-06-12 16:46:37 -0400 | [diff] [blame] | 154 | |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 155 | uint32_t getRouteTableForInterface(const char* interface) { |
Sreeram Ramachandran | a481180 | 2014-04-10 12:10:24 -0700 | [diff] [blame] | 156 | uint32_t index = if_nametoindex(interface); |
Paul Jensen | a561e12 | 2014-06-12 16:46:37 -0400 | [diff] [blame] | 157 | if (index) { |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 158 | index += RouteController::ROUTE_TABLE_OFFSET_FROM_INDEX; |
| 159 | interfaceToTable[interface] = index; |
| 160 | return index; |
Paul Jensen | a561e12 | 2014-06-12 16:46:37 -0400 | [diff] [blame] | 161 | } |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 162 | // If the interface goes away if_nametoindex() will return 0 but we still need to know |
| 163 | // the index so we can remove the rules and routes. |
| 164 | auto iter = interfaceToTable.find(interface); |
| 165 | if (iter == interfaceToTable.end()) { |
| 166 | ALOGE("cannot find interface %s", interface); |
| 167 | return RT_TABLE_UNSPEC; |
| 168 | } |
| 169 | return iter->second; |
| 170 | } |
| 171 | |
| 172 | void addTableName(uint32_t table, const std::string& name, std::string* contents) { |
| 173 | char tableString[UINT32_STRLEN]; |
| 174 | snprintf(tableString, sizeof(tableString), "%u", table); |
| 175 | *contents += tableString; |
| 176 | *contents += " "; |
| 177 | *contents += name; |
| 178 | *contents += "\n"; |
| 179 | } |
| 180 | |
| 181 | // Doesn't return success/failure as the file is optional; it's okay if we fail to update it. |
| 182 | void updateTableNamesFile() { |
| 183 | std::string contents; |
Sreeram Ramachandran | bb40d51 | 2014-07-11 11:45:14 -0700 | [diff] [blame] | 184 | |
| 185 | addTableName(RT_TABLE_LOCAL, ROUTE_TABLE_NAME_LOCAL, &contents); |
| 186 | addTableName(RT_TABLE_MAIN, ROUTE_TABLE_NAME_MAIN, &contents); |
| 187 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 188 | addTableName(ROUTE_TABLE_LOCAL_NETWORK, ROUTE_TABLE_NAME_LOCAL_NETWORK, &contents); |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 189 | addTableName(ROUTE_TABLE_LEGACY_NETWORK, ROUTE_TABLE_NAME_LEGACY_NETWORK, &contents); |
| 190 | addTableName(ROUTE_TABLE_LEGACY_SYSTEM, ROUTE_TABLE_NAME_LEGACY_SYSTEM, &contents); |
Sreeram Ramachandran | bb40d51 | 2014-07-11 11:45:14 -0700 | [diff] [blame] | 191 | |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 192 | for (const auto& entry : interfaceToTable) { |
| 193 | addTableName(entry.second, entry.first, &contents); |
| 194 | } |
| 195 | |
Dan Albert | 5407e14 | 2015-03-16 10:05:59 -0700 | [diff] [blame] | 196 | if (!WriteStringToFile(contents, RT_TABLES_PATH, RT_TABLES_MODE, AID_SYSTEM, AID_WIFI)) { |
Elliott Hughes | bd37832 | 2015-02-04 13:25:14 -0800 | [diff] [blame] | 197 | ALOGE("failed to write to %s (%s)", RT_TABLES_PATH, strerror(errno)); |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 198 | return; |
| 199 | } |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 200 | } |
| 201 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 202 | // Returns 0 on success or negative errno on failure. |
| 203 | int padInterfaceName(const char* input, char* name, size_t* length, uint16_t* padding) { |
| 204 | if (!input) { |
| 205 | *length = 0; |
| 206 | *padding = 0; |
| 207 | return 0; |
| 208 | } |
| 209 | *length = strlcpy(name, input, IFNAMSIZ) + 1; |
| 210 | if (*length > IFNAMSIZ) { |
| 211 | ALOGE("interface name too long (%zu > %u)", *length, IFNAMSIZ); |
| 212 | return -ENAMETOOLONG; |
| 213 | } |
| 214 | *padding = RTA_SPACE(*length) - RTA_LENGTH(*length); |
| 215 | return 0; |
| 216 | } |
| 217 | |
Sreeram Ramachandran | 8fe9c8e | 2014-04-16 12:08:05 -0700 | [diff] [blame] | 218 | // Adds or removes a routing rule for IPv4 and IPv6. |
| 219 | // |
Lorenzo Colitti | 6b6f25f | 2015-03-03 17:22:57 +0900 | [diff] [blame] | 220 | // + If |table| is non-zero, the rule points at the specified routing table. Otherwise, the table is |
Robin Lee | 4ef9464 | 2016-04-01 11:50:49 +0100 | [diff] [blame] | 221 | // unspecified. An unspecified table is not allowed when creating an FR_ACT_TO_TBL rule. |
Sreeram Ramachandran | 8fe9c8e | 2014-04-16 12:08:05 -0700 | [diff] [blame] | 222 | // + If |mask| is non-zero, the rule matches the specified fwmark and mask. Otherwise, |fwmark| is |
| 223 | // ignored. |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 224 | // + If |iif| is non-NULL, the rule matches the specified incoming interface. |
| 225 | // + If |oif| is non-NULL, the rule matches the specified outgoing interface. |
| 226 | // + If |uidStart| and |uidEnd| are not INVALID_UID, the rule matches packets from UIDs in that |
| 227 | // range (inclusive). Otherwise, the rule matches packets from all UIDs. |
Lorenzo Colitti | 96f261e | 2014-06-23 15:09:54 +0900 | [diff] [blame] | 228 | // |
| 229 | // Returns 0 on success or negative errno on failure. |
Robin Lee | 4ef9464 | 2016-04-01 11:50:49 +0100 | [diff] [blame] | 230 | WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType, |
| 231 | uint32_t table, uint32_t fwmark, uint32_t mask, const char* iif, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 232 | const char* oif, uid_t uidStart, uid_t uidEnd) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 233 | // Ensure that if you set a bit in the fwmark, it's not being ignored by the mask. |
| 234 | if (fwmark & ~mask) { |
| 235 | ALOGE("mask 0x%x does not select all the bits set in fwmark 0x%x", mask, fwmark); |
| 236 | return -ERANGE; |
| 237 | } |
| 238 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 239 | // Interface names must include exactly one terminating NULL and be properly padded, or older |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 240 | // kernels will refuse to delete rules. |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 241 | char iifName[IFNAMSIZ], oifName[IFNAMSIZ]; |
| 242 | size_t iifLength, oifLength; |
| 243 | uint16_t iifPadding, oifPadding; |
| 244 | if (int ret = padInterfaceName(iif, iifName, &iifLength, &iifPadding)) { |
| 245 | return ret; |
| 246 | } |
| 247 | if (int ret = padInterfaceName(oif, oifName, &oifLength, &oifPadding)) { |
| 248 | return ret; |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 249 | } |
| 250 | |
Lorenzo Colitti | 5965651 | 2014-06-25 03:20:29 +0900 | [diff] [blame] | 251 | // Either both start and end UID must be specified, or neither. |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 252 | if ((uidStart == INVALID_UID) != (uidEnd == INVALID_UID)) { |
Sreeram Ramachandran | cf89138 | 2014-07-01 15:49:20 -0700 | [diff] [blame] | 253 | ALOGE("incompatible start and end UIDs (%u vs %u)", uidStart, uidEnd); |
Lorenzo Colitti | 5965651 | 2014-06-25 03:20:29 +0900 | [diff] [blame] | 254 | return -EUSERS; |
| 255 | } |
Robin Lee | 4ef9464 | 2016-04-01 11:50:49 +0100 | [diff] [blame] | 256 | |
Lorenzo Colitti | 7272368 | 2014-06-26 13:51:10 +0900 | [diff] [blame] | 257 | bool isUidRule = (uidStart != INVALID_UID); |
Lorenzo Colitti | 5965651 | 2014-06-25 03:20:29 +0900 | [diff] [blame] | 258 | |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 259 | // Assemble a rule request and put it in an array of iovec structures. |
| 260 | fib_rule_hdr rule = { |
Robin Lee | 4ef9464 | 2016-04-01 11:50:49 +0100 | [diff] [blame] | 261 | .action = ruleType, |
Lorenzo Colitti | 6b6f25f | 2015-03-03 17:22:57 +0900 | [diff] [blame] | 262 | // Note that here we're implicitly setting rule.table to 0. When we want to specify a |
| 263 | // non-zero table, we do this via the FRATTR_TABLE attribute. |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 264 | }; |
| 265 | |
Lorenzo Colitti | 6b6f25f | 2015-03-03 17:22:57 +0900 | [diff] [blame] | 266 | // Don't ever create a rule that looks up table 0, because table 0 is the local table. |
| 267 | // It's OK to specify a table ID of 0 when deleting a rule, because that doesn't actually select |
| 268 | // table 0, it's a wildcard that matches anything. |
| 269 | if (table == RT_TABLE_UNSPEC && rule.action == FR_ACT_TO_TBL && action != RTM_DELRULE) { |
| 270 | ALOGE("RT_TABLE_UNSPEC only allowed when deleting rules"); |
| 271 | return -ENOTUNIQ; |
| 272 | } |
| 273 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 274 | rtattr fraIifName = { U16_RTA_LENGTH(iifLength), FRA_IIFNAME }; |
| 275 | rtattr fraOifName = { U16_RTA_LENGTH(oifLength), FRA_OIFNAME }; |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 276 | struct fib_rule_uid_range uidRange = { uidStart, uidEnd }; |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 277 | |
| 278 | iovec iov[] = { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 279 | { NULL, 0 }, |
| 280 | { &rule, sizeof(rule) }, |
| 281 | { &FRATTR_PRIORITY, sizeof(FRATTR_PRIORITY) }, |
| 282 | { &priority, sizeof(priority) }, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 283 | { &FRATTR_TABLE, table != RT_TABLE_UNSPEC ? sizeof(FRATTR_TABLE) : 0 }, |
| 284 | { &table, table != RT_TABLE_UNSPEC ? sizeof(table) : 0 }, |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 285 | { &FRATTR_FWMARK, mask ? sizeof(FRATTR_FWMARK) : 0 }, |
| 286 | { &fwmark, mask ? sizeof(fwmark) : 0 }, |
| 287 | { &FRATTR_FWMASK, mask ? sizeof(FRATTR_FWMASK) : 0 }, |
| 288 | { &mask, mask ? sizeof(mask) : 0 }, |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 289 | // Rules that contain both legacy and new UID routing attributes will work on old kernels, |
| 290 | // which will simply ignore the FRA_UID_RANGE attribute since it is larger than their |
| 291 | // FRA_MAX. They will also work on kernels that are not too new: |
| 292 | // - FRA_UID_START clashes with FRA_PAD in 4.7, but that shouldn't be a problem because |
| 293 | // FRA_PAD has no validation. |
| 294 | // - FRA_UID_END clashes with FRA_L3MDEV in 4.8 and above, and will cause an error because |
| 295 | // FRA_L3MDEV has a maximum length of 1. |
| 296 | // TODO: delete the legacy UID routing code before running it on 4.8 or above. |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 297 | { &FRATTR_UID_START, isUidRule ? sizeof(FRATTR_UID_START) : 0 }, |
| 298 | { &uidStart, isUidRule ? sizeof(uidStart) : 0 }, |
| 299 | { &FRATTR_UID_END, isUidRule ? sizeof(FRATTR_UID_END) : 0 }, |
| 300 | { &uidEnd, isUidRule ? sizeof(uidEnd) : 0 }, |
Lorenzo Colitti | 2b07867 | 2016-12-16 18:45:03 +0900 | [diff] [blame] | 301 | { &FRATTR_UID_RANGE, isUidRule ? sizeof(FRATTR_UID_RANGE) : 0 }, |
| 302 | { &uidRange, isUidRule ? sizeof(uidRange) : 0 }, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 303 | { &fraIifName, iif != IIF_NONE ? sizeof(fraIifName) : 0 }, |
| 304 | { iifName, iifLength }, |
| 305 | { PADDING_BUFFER, iifPadding }, |
| 306 | { &fraOifName, oif != OIF_NONE ? sizeof(fraOifName) : 0 }, |
| 307 | { oifName, oifLength }, |
| 308 | { PADDING_BUFFER, oifPadding }, |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 309 | }; |
| 310 | |
Lorenzo Colitti | 7272368 | 2014-06-26 13:51:10 +0900 | [diff] [blame] | 311 | uint16_t flags = (action == RTM_NEWRULE) ? NETLINK_CREATE_REQUEST_FLAGS : NETLINK_REQUEST_FLAGS; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 312 | for (size_t i = 0; i < ARRAY_SIZE(AF_FAMILIES); ++i) { |
| 313 | rule.family = AF_FAMILIES[i]; |
| 314 | if (int ret = sendNetlinkRequest(action, flags, iov, ARRAY_SIZE(iov))) { |
Lorenzo Colitti | 0b073fb | 2017-02-10 07:49:12 +0900 | [diff] [blame] | 315 | ALOGE("Error %s %s rule: %s", actionName(action), familyName(rule.family), |
| 316 | strerror(-ret)); |
Lorenzo Colitti | 96f261e | 2014-06-23 15:09:54 +0900 | [diff] [blame] | 317 | return ret; |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 318 | } |
| 319 | } |
| 320 | |
Lorenzo Colitti | 96f261e | 2014-06-23 15:09:54 +0900 | [diff] [blame] | 321 | return 0; |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 322 | } |
| 323 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 324 | WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, |
Robin Lee | 4ef9464 | 2016-04-01 11:50:49 +0100 | [diff] [blame] | 325 | uint32_t fwmark, uint32_t mask, const char* iif, |
| 326 | const char* oif, uid_t uidStart, uid_t uidEnd) { |
| 327 | return modifyIpRule(action, priority, FR_ACT_TO_TBL, table, fwmark, mask, iif, oif, uidStart, |
| 328 | uidEnd); |
| 329 | } |
| 330 | |
| 331 | WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 332 | uint32_t fwmark, uint32_t mask) { |
| 333 | return modifyIpRule(action, priority, table, fwmark, mask, IIF_NONE, OIF_NONE, INVALID_UID, |
| 334 | INVALID_UID); |
| 335 | } |
| 336 | |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 337 | // Adds or deletes an IPv4 or IPv6 route. |
| 338 | // Returns 0 on success or negative errno on failure. |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 339 | WARN_UNUSED_RESULT int modifyIpRoute(uint16_t action, uint32_t table, const char* interface, |
| 340 | const char* destination, const char* nexthop) { |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 341 | // At least the destination must be non-null. |
| 342 | if (!destination) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 343 | ALOGE("null destination"); |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 344 | return -EFAULT; |
| 345 | } |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 346 | |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 347 | // Parse the prefix. |
| 348 | uint8_t rawAddress[sizeof(in6_addr)]; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 349 | uint8_t family; |
| 350 | uint8_t prefixLength; |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 351 | int rawLength = parsePrefix(destination, &family, rawAddress, sizeof(rawAddress), |
| 352 | &prefixLength); |
| 353 | if (rawLength < 0) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 354 | ALOGE("parsePrefix failed for destination %s (%s)", destination, strerror(-rawLength)); |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 355 | return rawLength; |
| 356 | } |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 357 | |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 358 | if (static_cast<size_t>(rawLength) > sizeof(rawAddress)) { |
Sreeram Ramachandran | 1201e84 | 2014-07-01 15:06:05 -0700 | [diff] [blame] | 359 | ALOGE("impossible! address too long (%d vs %zu)", rawLength, sizeof(rawAddress)); |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 360 | return -ENOBUFS; // Cannot happen; parsePrefix only supports IPv4 and IPv6. |
| 361 | } |
| 362 | |
Sreeram Ramachandran | de5d5df | 2014-07-26 18:43:25 -0700 | [diff] [blame] | 363 | uint8_t type = RTN_UNICAST; |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 364 | uint32_t ifindex; |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 365 | uint8_t rawNexthop[sizeof(in6_addr)]; |
Sreeram Ramachandran | de5d5df | 2014-07-26 18:43:25 -0700 | [diff] [blame] | 366 | |
| 367 | if (nexthop && !strcmp(nexthop, "unreachable")) { |
| 368 | type = RTN_UNREACHABLE; |
| 369 | // 'interface' is likely non-NULL, as the caller (modifyRoute()) likely used it to lookup |
| 370 | // the table number. But it's an error to specify an interface ("dev ...") or a nexthop for |
| 371 | // unreachable routes, so nuke them. (IPv6 allows them to be specified; IPv4 doesn't.) |
| 372 | interface = OIF_NONE; |
| 373 | nexthop = NULL; |
Lorenzo Colitti | 4c95a12 | 2014-09-18 16:01:50 +0900 | [diff] [blame] | 374 | } else if (nexthop && !strcmp(nexthop, "throw")) { |
| 375 | type = RTN_THROW; |
| 376 | interface = OIF_NONE; |
| 377 | nexthop = NULL; |
Sreeram Ramachandran | de5d5df | 2014-07-26 18:43:25 -0700 | [diff] [blame] | 378 | } else { |
| 379 | // If an interface was specified, find the ifindex. |
| 380 | if (interface != OIF_NONE) { |
| 381 | ifindex = if_nametoindex(interface); |
| 382 | if (!ifindex) { |
| 383 | ALOGE("cannot find interface %s", interface); |
| 384 | return -ENODEV; |
| 385 | } |
| 386 | } |
| 387 | |
| 388 | // If a nexthop was specified, parse it as the same family as the prefix. |
| 389 | if (nexthop && inet_pton(family, nexthop, rawNexthop) <= 0) { |
| 390 | ALOGE("inet_pton failed for nexthop %s", nexthop); |
| 391 | return -EINVAL; |
| 392 | } |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 393 | } |
| 394 | |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 395 | // Assemble a rtmsg and put it in an array of iovec structures. |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 396 | rtmsg route = { |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 397 | .rtm_protocol = RTPROT_STATIC, |
Sreeram Ramachandran | de5d5df | 2014-07-26 18:43:25 -0700 | [diff] [blame] | 398 | .rtm_type = type, |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 399 | .rtm_family = family, |
| 400 | .rtm_dst_len = prefixLength, |
Sreeram Ramachandran | 2bff72e | 2014-07-18 13:03:47 -0700 | [diff] [blame] | 401 | .rtm_scope = static_cast<uint8_t>(nexthop ? RT_SCOPE_UNIVERSE : RT_SCOPE_LINK), |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 402 | }; |
Lorenzo Colitti | 4753afd | 2014-06-20 23:03:29 +0900 | [diff] [blame] | 403 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 404 | rtattr rtaDst = { U16_RTA_LENGTH(rawLength), RTA_DST }; |
| 405 | rtattr rtaGateway = { U16_RTA_LENGTH(rawLength), RTA_GATEWAY }; |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 406 | |
| 407 | iovec iov[] = { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 408 | { NULL, 0 }, |
| 409 | { &route, sizeof(route) }, |
| 410 | { &RTATTR_TABLE, sizeof(RTATTR_TABLE) }, |
| 411 | { &table, sizeof(table) }, |
| 412 | { &rtaDst, sizeof(rtaDst) }, |
| 413 | { rawAddress, static_cast<size_t>(rawLength) }, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 414 | { &RTATTR_OIF, interface != OIF_NONE ? sizeof(RTATTR_OIF) : 0 }, |
| 415 | { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 }, |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 416 | { &rtaGateway, nexthop ? sizeof(rtaGateway) : 0 }, |
| 417 | { rawNexthop, nexthop ? static_cast<size_t>(rawLength) : 0 }, |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 418 | }; |
Lorenzo Colitti | ba25df9 | 2014-06-18 00:22:17 +0900 | [diff] [blame] | 419 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 420 | uint16_t flags = (action == RTM_NEWROUTE) ? NETLINK_CREATE_REQUEST_FLAGS : |
| 421 | NETLINK_REQUEST_FLAGS; |
Lorenzo Colitti | 0b073fb | 2017-02-10 07:49:12 +0900 | [diff] [blame] | 422 | int ret = sendNetlinkRequest(action, flags, iov, ARRAY_SIZE(iov)); |
| 423 | if (ret) { |
| 424 | ALOGE("Error %s route %s -> %s %s to table %u: %s", |
| 425 | actionName(action), destination, nexthop, interface, table, strerror(-ret)); |
| 426 | } |
| 427 | return ret; |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 428 | } |
| 429 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 430 | // An iptables rule to mark incoming packets on a network with the netId of the network. |
| 431 | // |
| 432 | // This is so that the kernel can: |
| 433 | // + Use the right fwmark for (and thus correctly route) replies (e.g.: TCP RST, ICMP errors, ping |
| 434 | // replies, SYN-ACKs, etc). |
| 435 | // + Mark sockets that accept connections from this interface so that the connection stays on the |
| 436 | // same interface. |
| 437 | WARN_UNUSED_RESULT int modifyIncomingPacketMark(unsigned netId, const char* interface, |
| 438 | Permission permission, bool add) { |
| 439 | Fwmark fwmark; |
| 440 | |
| 441 | fwmark.netId = netId; |
| 442 | fwmark.explicitlySelected = true; |
| 443 | fwmark.protectedFromVpn = true; |
| 444 | fwmark.permission = permission; |
| 445 | |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 446 | char markString[UINT32_HEX_STRLEN]; |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 447 | snprintf(markString, sizeof(markString), "0x%x", fwmark.intValue); |
| 448 | |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 449 | if (execIptables(V4V6, "-t", "mangle", add ? "-A" : "-D", "INPUT", "-i", interface, "-j", |
| 450 | "MARK", "--set-mark", markString, NULL)) { |
| 451 | ALOGE("failed to change iptables rule that sets incoming packet mark"); |
| 452 | return -EREMOTEIO; |
| 453 | } |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 454 | |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 455 | return 0; |
| 456 | } |
| 457 | |
Sreeram Ramachandran | 111bec2 | 2014-07-22 18:51:06 -0700 | [diff] [blame] | 458 | // A rule to route responses to the local network forwarded via the VPN. |
| 459 | // |
| 460 | // When a VPN is in effect, packets from the local network to upstream networks are forwarded into |
| 461 | // the VPN's tunnel interface. When the VPN forwards the responses, they emerge out of the tunnel. |
| 462 | WARN_UNUSED_RESULT int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) { |
| 463 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OUTPUT_TO_LOCAL, |
| 464 | ROUTE_TABLE_LOCAL_NETWORK, MARK_UNSET, MARK_UNSET, vpnInterface, OIF_NONE, |
| 465 | INVALID_UID, INVALID_UID); |
| 466 | } |
| 467 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 468 | // A rule to route all traffic from a given set of UIDs to go over the VPN. |
| 469 | // |
| 470 | // Notice that this rule doesn't use the netId. I.e., no matter what netId the user's socket may |
| 471 | // have, if they are subject to this VPN, their traffic has to go through it. Allows the traffic to |
| 472 | // bypass the VPN if the protectedFromVpn bit is set. |
| 473 | WARN_UNUSED_RESULT int modifyVpnUidRangeRule(uint32_t table, uid_t uidStart, uid_t uidEnd, |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 474 | bool secure, bool add) { |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 475 | Fwmark fwmark; |
| 476 | Fwmark mask; |
| 477 | |
| 478 | fwmark.protectedFromVpn = false; |
| 479 | mask.protectedFromVpn = true; |
| 480 | |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 481 | uint32_t priority; |
| 482 | |
| 483 | if (secure) { |
| 484 | priority = RULE_PRIORITY_SECURE_VPN; |
| 485 | } else { |
| 486 | priority = RULE_PRIORITY_BYPASSABLE_VPN; |
| 487 | |
| 488 | fwmark.explicitlySelected = false; |
| 489 | mask.explicitlySelected = true; |
| 490 | } |
| 491 | |
| 492 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue, |
Lorenzo Colitti | 5ad4e98 | 2015-02-26 17:34:32 +0900 | [diff] [blame] | 493 | mask.intValue, IIF_LOOPBACK, OIF_NONE, uidStart, uidEnd); |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 494 | } |
| 495 | |
| 496 | // A rule to allow system apps to send traffic over this VPN even if they are not part of the target |
| 497 | // set of UIDs. |
| 498 | // |
| 499 | // This is needed for DnsProxyListener to correctly resolve a request for a user who is in the |
| 500 | // target set, but where the DnsProxyListener itself is not. |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 501 | WARN_UNUSED_RESULT int modifyVpnSystemPermissionRule(unsigned netId, uint32_t table, bool secure, |
| 502 | bool add) { |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 503 | Fwmark fwmark; |
| 504 | Fwmark mask; |
| 505 | |
| 506 | fwmark.netId = netId; |
| 507 | mask.netId = FWMARK_NET_ID_MASK; |
| 508 | |
| 509 | fwmark.permission = PERMISSION_SYSTEM; |
| 510 | mask.permission = PERMISSION_SYSTEM; |
| 511 | |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 512 | uint32_t priority = secure ? RULE_PRIORITY_SECURE_VPN : RULE_PRIORITY_BYPASSABLE_VPN; |
| 513 | |
| 514 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue, |
| 515 | mask.intValue); |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 516 | } |
| 517 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 518 | // A rule to route traffic based on an explicitly chosen network. |
| 519 | // |
| 520 | // Supports apps that use the multinetwork APIs to restrict their traffic to a network. |
| 521 | // |
| 522 | // Even though we check permissions at the time we set a netId into the fwmark of a socket, we need |
| 523 | // to check it again in the rules here, because a network's permissions may have been updated via |
| 524 | // modifyNetworkPermission(). |
| 525 | WARN_UNUSED_RESULT int modifyExplicitNetworkRule(unsigned netId, uint32_t table, |
| 526 | Permission permission, uid_t uidStart, |
| 527 | uid_t uidEnd, bool add) { |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 528 | Fwmark fwmark; |
| 529 | Fwmark mask; |
| 530 | |
| 531 | fwmark.netId = netId; |
| 532 | mask.netId = FWMARK_NET_ID_MASK; |
| 533 | |
Sreeram Ramachandran | 122f581 | 2014-05-11 20:29:49 -0700 | [diff] [blame] | 534 | fwmark.explicitlySelected = true; |
| 535 | mask.explicitlySelected = true; |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 536 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 537 | fwmark.permission = permission; |
| 538 | mask.permission = permission; |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 539 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 540 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_EXPLICIT_NETWORK, table, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 541 | fwmark.intValue, mask.intValue, IIF_NONE, OIF_NONE, uidStart, uidEnd); |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 542 | } |
| 543 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 544 | // A rule to route traffic based on a chosen outgoing interface. |
| 545 | // |
| 546 | // Supports apps that use SO_BINDTODEVICE or IP_PKTINFO options and the kernel that already knows |
| 547 | // the outgoing interface (typically for link-local communications). |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 548 | WARN_UNUSED_RESULT int modifyOutputInterfaceRules(const char* interface, uint32_t table, |
| 549 | Permission permission, uid_t uidStart, |
| 550 | uid_t uidEnd, bool add) { |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 551 | Fwmark fwmark; |
| 552 | Fwmark mask; |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 553 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 554 | fwmark.permission = permission; |
| 555 | mask.permission = permission; |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 556 | |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 557 | // If this rule does not specify a UID range, then also add a corresponding high-priority rule |
| 558 | // for UID. This covers forwarded packets and system daemons such as the tethering DHCP server. |
| 559 | if (uidStart == INVALID_UID && uidEnd == INVALID_UID) { |
| 560 | if (int ret = modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OVERRIDE_OIF, |
| 561 | table, fwmark.intValue, mask.intValue, IIF_NONE, interface, |
| 562 | UID_ROOT, UID_ROOT)) { |
| 563 | return ret; |
| 564 | } |
| 565 | } |
| 566 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 567 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_OUTPUT_INTERFACE, table, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 568 | fwmark.intValue, mask.intValue, IIF_NONE, interface, uidStart, uidEnd); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 569 | } |
| 570 | |
| 571 | // A rule to route traffic based on the chosen network. |
| 572 | // |
| 573 | // This is for sockets that have not explicitly requested a particular network, but have been |
| 574 | // bound to one when they called connect(). This ensures that sockets connected on a particular |
| 575 | // network stay on that network even if the default network changes. |
| 576 | WARN_UNUSED_RESULT int modifyImplicitNetworkRule(unsigned netId, uint32_t table, |
| 577 | Permission permission, bool add) { |
| 578 | Fwmark fwmark; |
| 579 | Fwmark mask; |
| 580 | |
| 581 | fwmark.netId = netId; |
| 582 | mask.netId = FWMARK_NET_ID_MASK; |
| 583 | |
| 584 | fwmark.explicitlySelected = false; |
| 585 | mask.explicitlySelected = true; |
| 586 | |
| 587 | fwmark.permission = permission; |
| 588 | mask.permission = permission; |
| 589 | |
| 590 | return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_IMPLICIT_NETWORK, table, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 591 | fwmark.intValue, mask.intValue); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 592 | } |
| 593 | |
Sreeram Ramachandran | 48e19b0 | 2014-07-22 22:23:20 -0700 | [diff] [blame] | 594 | // A rule to enable split tunnel VPNs. |
| 595 | // |
| 596 | // If a packet with a VPN's netId doesn't find a route in the VPN's routing table, it's allowed to |
| 597 | // go over the default network, provided it wasn't explicitly restricted to the VPN and has the |
| 598 | // permissions required by the default network. |
| 599 | WARN_UNUSED_RESULT int modifyVpnFallthroughRule(uint16_t action, unsigned vpnNetId, |
| 600 | const char* physicalInterface, |
| 601 | Permission permission) { |
| 602 | uint32_t table = getRouteTableForInterface(physicalInterface); |
| 603 | if (table == RT_TABLE_UNSPEC) { |
| 604 | return -ESRCH; |
| 605 | } |
| 606 | |
| 607 | Fwmark fwmark; |
| 608 | Fwmark mask; |
| 609 | |
| 610 | fwmark.netId = vpnNetId; |
| 611 | mask.netId = FWMARK_NET_ID_MASK; |
| 612 | |
| 613 | fwmark.explicitlySelected = false; |
| 614 | mask.explicitlySelected = true; |
| 615 | |
| 616 | fwmark.permission = permission; |
| 617 | mask.permission = permission; |
| 618 | |
| 619 | return modifyIpRule(action, RULE_PRIORITY_VPN_FALLTHROUGH, table, fwmark.intValue, |
| 620 | mask.intValue); |
| 621 | } |
| 622 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 623 | // Add rules to allow legacy routes added through the requestRouteToHost() API. |
| 624 | WARN_UNUSED_RESULT int addLegacyRouteRules() { |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 625 | Fwmark fwmark; |
| 626 | Fwmark mask; |
| 627 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 628 | fwmark.explicitlySelected = false; |
| 629 | mask.explicitlySelected = true; |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 630 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 631 | // Rules to allow legacy routes to override the default network. |
| 632 | if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_SYSTEM, ROUTE_TABLE_LEGACY_SYSTEM, |
| 633 | fwmark.intValue, mask.intValue)) { |
| 634 | return ret; |
| 635 | } |
| 636 | if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_NETWORK, |
| 637 | ROUTE_TABLE_LEGACY_NETWORK, fwmark.intValue, mask.intValue)) { |
| 638 | return ret; |
| 639 | } |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 640 | |
| 641 | fwmark.permission = PERMISSION_SYSTEM; |
| 642 | mask.permission = PERMISSION_SYSTEM; |
| 643 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 644 | // A rule to allow legacy routes from system apps to override VPNs. |
| 645 | return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_VPN_OVERRIDE_SYSTEM, ROUTE_TABLE_LEGACY_SYSTEM, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 646 | fwmark.intValue, mask.intValue); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 647 | } |
| 648 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 649 | // Add rules to lookup the local network when specified explicitly or otherwise. |
| 650 | WARN_UNUSED_RESULT int addLocalNetworkRules(unsigned localNetId) { |
| 651 | if (int ret = modifyExplicitNetworkRule(localNetId, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE, |
| 652 | INVALID_UID, INVALID_UID, ACTION_ADD)) { |
| 653 | return ret; |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 654 | } |
| 655 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 656 | Fwmark fwmark; |
| 657 | Fwmark mask; |
| 658 | |
| 659 | fwmark.explicitlySelected = false; |
| 660 | mask.explicitlySelected = true; |
| 661 | |
| 662 | return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LOCAL_NETWORK, ROUTE_TABLE_LOCAL_NETWORK, |
| 663 | fwmark.intValue, mask.intValue); |
| 664 | } |
| 665 | |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 666 | int configureDummyNetwork() { |
| 667 | const char *interface = DummyNetwork::INTERFACE_NAME; |
| 668 | uint32_t table = getRouteTableForInterface(interface); |
| 669 | if (table == RT_TABLE_UNSPEC) { |
| 670 | // getRouteTableForInterface has already looged an error. |
| 671 | return -ESRCH; |
| 672 | } |
| 673 | |
| 674 | ifc_init(); |
| 675 | int ret = ifc_up(interface); |
| 676 | ifc_close(); |
| 677 | if (ret) { |
| 678 | ALOGE("Can't bring up %s: %s", interface, strerror(errno)); |
| 679 | return -errno; |
| 680 | } |
| 681 | |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 682 | if ((ret = modifyOutputInterfaceRules(interface, table, PERMISSION_NONE, |
| 683 | INVALID_UID, INVALID_UID, ACTION_ADD))) { |
| 684 | ALOGE("Can't create oif rules for %s: %s", interface, strerror(-ret)); |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 685 | return ret; |
| 686 | } |
| 687 | |
| 688 | if ((ret = modifyIpRoute(RTM_NEWROUTE, table, interface, "0.0.0.0/0", NULL))) { |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 689 | return ret; |
| 690 | } |
| 691 | |
| 692 | if ((ret = modifyIpRoute(RTM_NEWROUTE, table, interface, "::/0", NULL))) { |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 693 | return ret; |
| 694 | } |
| 695 | |
| 696 | return 0; |
| 697 | } |
| 698 | |
Lorenzo Colitti | a2c2305 | 2014-07-29 09:25:44 +0000 | [diff] [blame] | 699 | // Add a new rule to look up the 'main' table, with the same selectors as the "default network" |
Lorenzo Colitti | db74dba | 2014-07-29 18:26:21 +0900 | [diff] [blame] | 700 | // rule, but with a lower priority. We will never create routes in the main table; it should only be |
| 701 | // used for directly-connected routes implicitly created by the kernel when adding IP addresses. |
| 702 | // This is necessary, for example, when adding a route through a directly-connected gateway: in |
| 703 | // order to add the route, there must already be a directly-connected route that covers the gateway. |
Lorenzo Colitti | a2c2305 | 2014-07-29 09:25:44 +0000 | [diff] [blame] | 704 | WARN_UNUSED_RESULT int addDirectlyConnectedRule() { |
| 705 | Fwmark fwmark; |
| 706 | Fwmark mask; |
| 707 | |
| 708 | fwmark.netId = NETID_UNSET; |
| 709 | mask.netId = FWMARK_NET_ID_MASK; |
| 710 | |
| 711 | return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_DIRECTLY_CONNECTED, RT_TABLE_MAIN, |
| 712 | fwmark.intValue, mask.intValue, IIF_NONE, OIF_NONE, UID_ROOT, UID_ROOT); |
| 713 | } |
| 714 | |
Lorenzo Colitti | db74dba | 2014-07-29 18:26:21 +0900 | [diff] [blame] | 715 | // Add an explicit unreachable rule close to the end of the prioriy list to make it clear that |
| 716 | // relying on the kernel-default "from all lookup main" rule at priority 32766 is not intended |
| 717 | // behaviour. We do flush the kernel-default rules at startup, but having an explicit unreachable |
| 718 | // rule will hopefully make things even clearer. |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 719 | WARN_UNUSED_RESULT int addUnreachableRule() { |
Robin Lee | c125fe4 | 2016-05-02 08:53:34 +0100 | [diff] [blame] | 720 | return modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_UNREACHABLE, FR_ACT_UNREACHABLE, RT_TABLE_UNSPEC, |
| 721 | MARK_UNSET, MARK_UNSET, IIF_NONE, OIF_NONE, INVALID_UID, INVALID_UID); |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 722 | } |
| 723 | |
| 724 | WARN_UNUSED_RESULT int modifyLocalNetwork(unsigned netId, const char* interface, bool add) { |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 725 | if (int ret = modifyIncomingPacketMark(netId, interface, PERMISSION_NONE, add)) { |
| 726 | return ret; |
| 727 | } |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 728 | return modifyOutputInterfaceRules(interface, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE, |
| 729 | INVALID_UID, INVALID_UID, add); |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 730 | } |
| 731 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 732 | WARN_UNUSED_RESULT int modifyPhysicalNetwork(unsigned netId, const char* interface, |
| 733 | Permission permission, bool add) { |
| 734 | uint32_t table = getRouteTableForInterface(interface); |
| 735 | if (table == RT_TABLE_UNSPEC) { |
| 736 | return -ESRCH; |
| 737 | } |
| 738 | |
| 739 | if (int ret = modifyIncomingPacketMark(netId, interface, permission, add)) { |
| 740 | return ret; |
| 741 | } |
| 742 | if (int ret = modifyExplicitNetworkRule(netId, table, permission, INVALID_UID, INVALID_UID, |
| 743 | add)) { |
| 744 | return ret; |
| 745 | } |
Lorenzo Colitti | 57947f0 | 2015-02-27 16:45:55 +0900 | [diff] [blame] | 746 | if (int ret = modifyOutputInterfaceRules(interface, table, permission, INVALID_UID, INVALID_UID, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 747 | add)) { |
| 748 | return ret; |
| 749 | } |
| 750 | return modifyImplicitNetworkRule(netId, table, permission, add); |
| 751 | } |
| 752 | |
Robin Lee | b808736 | 2016-03-30 18:43:08 +0100 | [diff] [blame] | 753 | WARN_UNUSED_RESULT int modifyRejectNonSecureNetworkRule(const UidRanges& uidRanges, bool add) { |
| 754 | Fwmark fwmark; |
| 755 | Fwmark mask; |
| 756 | fwmark.protectedFromVpn = false; |
| 757 | mask.protectedFromVpn = true; |
| 758 | |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 759 | for (const UidRange& range : uidRanges.getRanges()) { |
Robin Lee | b808736 | 2016-03-30 18:43:08 +0100 | [diff] [blame] | 760 | if (int ret = modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, |
| 761 | RULE_PRIORITY_PROHIBIT_NON_VPN, FR_ACT_PROHIBIT, RT_TABLE_UNSPEC, |
| 762 | fwmark.intValue, mask.intValue, IIF_LOOPBACK, OIF_NONE, |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 763 | range.getStart(), range.getStop())) { |
Robin Lee | b808736 | 2016-03-30 18:43:08 +0100 | [diff] [blame] | 764 | return ret; |
| 765 | } |
| 766 | } |
| 767 | |
| 768 | return 0; |
| 769 | } |
| 770 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 771 | WARN_UNUSED_RESULT int modifyVirtualNetwork(unsigned netId, const char* interface, |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 772 | const UidRanges& uidRanges, bool secure, bool add, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 773 | bool modifyNonUidBasedRules) { |
| 774 | uint32_t table = getRouteTableForInterface(interface); |
| 775 | if (table == RT_TABLE_UNSPEC) { |
| 776 | return -ESRCH; |
| 777 | } |
| 778 | |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 779 | for (const UidRange& range : uidRanges.getRanges()) { |
| 780 | if (int ret = modifyVpnUidRangeRule(table, range.getStart(), range.getStop(), secure, add)) |
| 781 | { |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 782 | return ret; |
| 783 | } |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 784 | if (int ret = modifyExplicitNetworkRule(netId, table, PERMISSION_NONE, range.getStart(), |
| 785 | range.getStop(), add)) { |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 786 | return ret; |
| 787 | } |
Robin Lee | dc0d578 | 2016-07-20 14:17:11 +0100 | [diff] [blame] | 788 | if (int ret = modifyOutputInterfaceRules(interface, table, PERMISSION_NONE, |
| 789 | range.getStart(), range.getStop(), add)) { |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 790 | return ret; |
| 791 | } |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 792 | } |
| 793 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 794 | if (modifyNonUidBasedRules) { |
| 795 | if (int ret = modifyIncomingPacketMark(netId, interface, PERMISSION_NONE, add)) { |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 796 | return ret; |
| 797 | } |
Sreeram Ramachandran | 111bec2 | 2014-07-22 18:51:06 -0700 | [diff] [blame] | 798 | if (int ret = modifyVpnOutputToLocalRule(interface, add)) { |
| 799 | return ret; |
| 800 | } |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 801 | if (int ret = modifyVpnSystemPermissionRule(netId, table, secure, add)) { |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 802 | return ret; |
| 803 | } |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 804 | return modifyExplicitNetworkRule(netId, table, PERMISSION_NONE, UID_ROOT, UID_ROOT, add); |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 805 | } |
| 806 | |
| 807 | return 0; |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 808 | } |
| 809 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 810 | WARN_UNUSED_RESULT int modifyDefaultNetwork(uint16_t action, const char* interface, |
| 811 | Permission permission) { |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 812 | uint32_t table = getRouteTableForInterface(interface); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 813 | if (table == RT_TABLE_UNSPEC) { |
Lorenzo Colitti | 96f261e | 2014-06-23 15:09:54 +0900 | [diff] [blame] | 814 | return -ESRCH; |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 815 | } |
| 816 | |
Sreeram Ramachandran | 122f581 | 2014-05-11 20:29:49 -0700 | [diff] [blame] | 817 | Fwmark fwmark; |
Sreeram Ramachandran | 122f581 | 2014-05-11 20:29:49 -0700 | [diff] [blame] | 818 | Fwmark mask; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 819 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 820 | fwmark.netId = NETID_UNSET; |
Sreeram Ramachandran | 122f581 | 2014-05-11 20:29:49 -0700 | [diff] [blame] | 821 | mask.netId = FWMARK_NET_ID_MASK; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 822 | |
| 823 | fwmark.permission = permission; |
Sreeram Ramachandran | 122f581 | 2014-05-11 20:29:49 -0700 | [diff] [blame] | 824 | mask.permission = permission; |
| 825 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 826 | return modifyIpRule(action, RULE_PRIORITY_DEFAULT_NETWORK, table, fwmark.intValue, |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 827 | mask.intValue); |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 828 | } |
| 829 | |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 830 | WARN_UNUSED_RESULT int modifyTetheredNetwork(uint16_t action, const char* inputInterface, |
| 831 | const char* outputInterface) { |
| 832 | uint32_t table = getRouteTableForInterface(outputInterface); |
| 833 | if (table == RT_TABLE_UNSPEC) { |
| 834 | return -ESRCH; |
| 835 | } |
| 836 | |
| 837 | return modifyIpRule(action, RULE_PRIORITY_TETHERING, table, MARK_UNSET, MARK_UNSET, |
| 838 | inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); |
| 839 | } |
| 840 | |
Lorenzo Colitti | 219f328 | 2017-02-10 10:02:49 +0900 | [diff] [blame^] | 841 | uint32_t getRulePriority(const nlmsghdr *nlh) { |
| 842 | uint32_t rta_len = RTM_PAYLOAD(nlh); |
| 843 | rtmsg *msg = reinterpret_cast<rtmsg *>(NLMSG_DATA(nlh)); |
| 844 | rtattr *rta = reinterpret_cast<rtattr *> RTM_RTA(msg); |
| 845 | for (; RTA_OK(rta, rta_len); rta = RTA_NEXT(rta, rta_len)) { |
| 846 | if (rta->rta_type == FRA_PRIORITY) { |
| 847 | return *(static_cast<uint32_t *>(RTA_DATA(rta))); |
Sreeram Ramachandran | b717e74 | 2014-07-19 00:22:15 -0700 | [diff] [blame] | 848 | } |
| 849 | } |
| 850 | return 0; |
| 851 | } |
| 852 | |
Lorenzo Colitti | 219f328 | 2017-02-10 10:02:49 +0900 | [diff] [blame^] | 853 | // Returns 0 on success or negative errno on failure. |
| 854 | WARN_UNUSED_RESULT int flushRules() { |
| 855 | int readSock = openRtNetlinkSocket(); |
| 856 | if (readSock < 0) { |
| 857 | return readSock; |
| 858 | } |
| 859 | |
| 860 | int writeSock = openRtNetlinkSocket(); |
| 861 | if (writeSock < 0) { |
| 862 | close(readSock); |
| 863 | return writeSock; |
| 864 | } |
| 865 | |
| 866 | NetlinkDumpCallback callback = [writeSock] (nlmsghdr *nlh) { |
| 867 | if (nlh == nullptr) return; |
| 868 | // Don't touch rules at priority 0 because by default they are used for local input. |
| 869 | if (getRulePriority(nlh) == 0) return; |
| 870 | |
| 871 | nlh->nlmsg_type = RTM_DELRULE; |
| 872 | nlh->nlmsg_flags = NLM_F_REQUEST | NLM_F_ACK; |
| 873 | if (write(writeSock, nlh, nlh->nlmsg_len) == -1) { |
| 874 | ALOGE("Error writing flush request: %s", strerror(errno)); |
| 875 | return; |
| 876 | } |
| 877 | |
| 878 | int ret = recvNetlinkAck(writeSock); |
| 879 | if (ret != 0 && ret != -ENOENT) { |
| 880 | ALOGW("Flushing rules: %s", strerror(-ret)); |
| 881 | } |
| 882 | }; |
| 883 | |
| 884 | int ret = 0; |
| 885 | for (const int family : { AF_INET, AF_INET6 }) { |
| 886 | // struct fib_rule_hdr and struct rtmsg are functionally identical. |
| 887 | rtmsg rule = { |
| 888 | .rtm_family = static_cast<uint8_t>(family), |
| 889 | }; |
| 890 | iovec iov[] = { |
| 891 | { NULL, 0 }, |
| 892 | { &rule, sizeof(rule) }, |
| 893 | }; |
| 894 | uint16_t action = RTM_GETRULE; |
| 895 | uint16_t flags = NETLINK_DUMP_FLAGS; |
| 896 | |
| 897 | if ((ret = sendNetlinkRequest(action, flags, iov, ARRAY_SIZE(iov), callback)) != 0) { |
| 898 | break; |
| 899 | } |
| 900 | } |
| 901 | |
| 902 | close(readSock); |
| 903 | close(writeSock); |
| 904 | |
| 905 | return ret; |
| 906 | } |
| 907 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 908 | // Adds or removes an IPv4 or IPv6 route to the specified table and, if it's a directly-connected |
Lorenzo Colitti | f7fc8ec | 2014-06-18 00:41:58 +0900 | [diff] [blame] | 909 | // route, to the main table as well. |
| 910 | // Returns 0 on success or negative errno on failure. |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 911 | WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination, |
| 912 | const char* nexthop, RouteController::TableType tableType) { |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 913 | uint32_t table; |
Sreeram Ramachandran | 38b7af1 | 2014-05-22 14:21:49 -0700 | [diff] [blame] | 914 | switch (tableType) { |
| 915 | case RouteController::INTERFACE: { |
| 916 | table = getRouteTableForInterface(interface); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 917 | if (table == RT_TABLE_UNSPEC) { |
| 918 | return -ESRCH; |
| 919 | } |
Sreeram Ramachandran | 38b7af1 | 2014-05-22 14:21:49 -0700 | [diff] [blame] | 920 | break; |
| 921 | } |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 922 | case RouteController::LOCAL_NETWORK: { |
| 923 | table = ROUTE_TABLE_LOCAL_NETWORK; |
| 924 | break; |
| 925 | } |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 926 | case RouteController::LEGACY_NETWORK: { |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 927 | table = ROUTE_TABLE_LEGACY_NETWORK; |
Sreeram Ramachandran | 38b7af1 | 2014-05-22 14:21:49 -0700 | [diff] [blame] | 928 | break; |
| 929 | } |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 930 | case RouteController::LEGACY_SYSTEM: { |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 931 | table = ROUTE_TABLE_LEGACY_SYSTEM; |
Sreeram Ramachandran | 38b7af1 | 2014-05-22 14:21:49 -0700 | [diff] [blame] | 932 | break; |
| 933 | } |
| 934 | } |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 935 | |
Lorenzo Colitti | f7fc8ec | 2014-06-18 00:41:58 +0900 | [diff] [blame] | 936 | int ret = modifyIpRoute(action, table, interface, destination, nexthop); |
Sreeram Ramachandran | 0321315 | 2014-10-30 10:01:07 -0700 | [diff] [blame] | 937 | // Trying to add a route that already exists shouldn't cause an error. |
| 938 | if (ret && !(action == RTM_NEWROUTE && ret == -EEXIST)) { |
Lorenzo Colitti | f7fc8ec | 2014-06-18 00:41:58 +0900 | [diff] [blame] | 939 | return ret; |
Sreeram Ramachandran | c921337 | 2014-04-16 12:32:18 -0700 | [diff] [blame] | 940 | } |
| 941 | |
Lorenzo Colitti | f7fc8ec | 2014-06-18 00:41:58 +0900 | [diff] [blame] | 942 | return 0; |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 943 | } |
| 944 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 945 | // Returns 0 on success or negative errno on failure. |
| 946 | WARN_UNUSED_RESULT int flushRoutes(const char* interface) { |
Sreeram Ramachandran | 92b66c4 | 2014-04-15 14:28:55 -0700 | [diff] [blame] | 947 | uint32_t table = getRouteTableForInterface(interface); |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 948 | if (table == RT_TABLE_UNSPEC) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 949 | return -ESRCH; |
Sreeram Ramachandran | 92b66c4 | 2014-04-15 14:28:55 -0700 | [diff] [blame] | 950 | } |
| 951 | |
Lorenzo Colitti | 357e562 | 2014-06-17 16:14:17 +0900 | [diff] [blame] | 952 | char tableString[UINT32_STRLEN]; |
| 953 | snprintf(tableString, sizeof(tableString), "%u", table); |
| 954 | |
Lorenzo Colitti | 99286fe | 2014-08-12 15:08:00 +0900 | [diff] [blame] | 955 | int ret = 0; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 956 | for (size_t i = 0; i < ARRAY_SIZE(IP_VERSIONS); ++i) { |
Lorenzo Colitti | 357e562 | 2014-06-17 16:14:17 +0900 | [diff] [blame] | 957 | const char* argv[] = { |
| 958 | IP_PATH, |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 959 | IP_VERSIONS[i], |
Sreeram Ramachandran | 72999d6 | 2014-07-02 18:06:34 -0700 | [diff] [blame] | 960 | "route", |
Lorenzo Colitti | 357e562 | 2014-06-17 16:14:17 +0900 | [diff] [blame] | 961 | "flush", |
| 962 | "table", |
| 963 | tableString, |
| 964 | }; |
Lorenzo Colitti | 99286fe | 2014-08-12 15:08:00 +0900 | [diff] [blame] | 965 | |
| 966 | // A flush works by dumping routes and deleting each route as it's returned, and it can |
| 967 | // fail if something else deletes the route between the dump and the delete. This can |
| 968 | // happen, for example, if an interface goes down while we're trying to flush its routes. |
| 969 | // So try multiple times and only return an error if the last attempt fails. |
| 970 | // |
| 971 | // TODO: replace this with our own netlink code. |
| 972 | unsigned attempts = 0; |
| 973 | int err; |
| 974 | do { |
| 975 | err = android_fork_execvp(ARRAY_SIZE(argv), const_cast<char**>(argv), |
| 976 | NULL, false, false); |
| 977 | ++attempts; |
| 978 | } while (err != 0 && attempts < ROUTE_FLUSH_ATTEMPTS); |
| 979 | if (err) { |
| 980 | ALOGE("failed to flush %s routes in table %s after %d attempts", |
| 981 | IP_VERSIONS[i], tableString, attempts); |
| 982 | ret = -EREMOTEIO; |
Lorenzo Colitti | 357e562 | 2014-06-17 16:14:17 +0900 | [diff] [blame] | 983 | } |
| 984 | } |
| 985 | |
Lorenzo Colitti | 99286fe | 2014-08-12 15:08:00 +0900 | [diff] [blame] | 986 | // If we failed to flush routes, the caller may elect to keep this interface around, so keep |
| 987 | // track of its name. |
| 988 | if (!ret) { |
| 989 | interfaceToTable.erase(interface); |
| 990 | } |
| 991 | |
| 992 | return ret; |
Sreeram Ramachandran | 92b66c4 | 2014-04-15 14:28:55 -0700 | [diff] [blame] | 993 | } |
| 994 | |
Lorenzo Colitti | 6b6f25f | 2015-03-03 17:22:57 +0900 | [diff] [blame] | 995 | WARN_UNUSED_RESULT int clearTetheringRules(const char* inputInterface) { |
| 996 | int ret = 0; |
| 997 | while (ret == 0) { |
| 998 | ret = modifyIpRule(RTM_DELRULE, RULE_PRIORITY_TETHERING, 0, MARK_UNSET, MARK_UNSET, |
| 999 | inputInterface, OIF_NONE, INVALID_UID, INVALID_UID); |
| 1000 | } |
| 1001 | |
| 1002 | if (ret == -ENOENT) { |
| 1003 | return 0; |
| 1004 | } else { |
| 1005 | return ret; |
| 1006 | } |
| 1007 | } |
| 1008 | |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 1009 | } // namespace |
| 1010 | |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1011 | int RouteController::Init(unsigned localNetId) { |
Sreeram Ramachandran | b717e74 | 2014-07-19 00:22:15 -0700 | [diff] [blame] | 1012 | if (int ret = flushRules()) { |
| 1013 | return ret; |
| 1014 | } |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1015 | if (int ret = addLegacyRouteRules()) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1016 | return ret; |
| 1017 | } |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 1018 | if (int ret = addLocalNetworkRules(localNetId)) { |
| 1019 | return ret; |
| 1020 | } |
Lorenzo Colitti | a2c2305 | 2014-07-29 09:25:44 +0000 | [diff] [blame] | 1021 | if (int ret = addDirectlyConnectedRule()) { |
| 1022 | return ret; |
| 1023 | } |
Sreeram Ramachandran | b717e74 | 2014-07-19 00:22:15 -0700 | [diff] [blame] | 1024 | if (int ret = addUnreachableRule()) { |
| 1025 | return ret; |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1026 | } |
Lorenzo Colitti | 3667936 | 2015-02-25 10:26:19 +0900 | [diff] [blame] | 1027 | // Don't complain if we can't add the dummy network, since not all devices support it. |
| 1028 | configureDummyNetwork(); |
| 1029 | |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1030 | updateTableNamesFile(); |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1031 | return 0; |
Sreeram Ramachandran | 8fe9c8e | 2014-04-16 12:08:05 -0700 | [diff] [blame] | 1032 | } |
| 1033 | |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 1034 | int RouteController::addInterfaceToLocalNetwork(unsigned netId, const char* interface) { |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1035 | return modifyLocalNetwork(netId, interface, ACTION_ADD); |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 1036 | } |
| 1037 | |
| 1038 | int RouteController::removeInterfaceFromLocalNetwork(unsigned netId, const char* interface) { |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1039 | return modifyLocalNetwork(netId, interface, ACTION_DEL); |
Sreeram Ramachandran | 6a77353 | 2014-07-11 09:10:20 -0700 | [diff] [blame] | 1040 | } |
| 1041 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1042 | int RouteController::addInterfaceToPhysicalNetwork(unsigned netId, const char* interface, |
| 1043 | Permission permission) { |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1044 | if (int ret = modifyPhysicalNetwork(netId, interface, permission, ACTION_ADD)) { |
| 1045 | return ret; |
| 1046 | } |
| 1047 | updateTableNamesFile(); |
| 1048 | return 0; |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 1049 | } |
| 1050 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1051 | int RouteController::removeInterfaceFromPhysicalNetwork(unsigned netId, const char* interface, |
| 1052 | Permission permission) { |
| 1053 | if (int ret = modifyPhysicalNetwork(netId, interface, permission, ACTION_DEL)) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1054 | return ret; |
| 1055 | } |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1056 | if (int ret = flushRoutes(interface)) { |
| 1057 | return ret; |
| 1058 | } |
Lorenzo Colitti | 6b6f25f | 2015-03-03 17:22:57 +0900 | [diff] [blame] | 1059 | if (int ret = clearTetheringRules(interface)) { |
| 1060 | return ret; |
| 1061 | } |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1062 | updateTableNamesFile(); |
| 1063 | return 0; |
Sreeram Ramachandran | 379bd33 | 2014-04-10 19:58:06 -0700 | [diff] [blame] | 1064 | } |
| 1065 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1066 | int RouteController::addInterfaceToVirtualNetwork(unsigned netId, const char* interface, |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 1067 | bool secure, const UidRanges& uidRanges) { |
| 1068 | if (int ret = modifyVirtualNetwork(netId, interface, uidRanges, secure, ACTION_ADD, |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1069 | MODIFY_NON_UID_BASED_RULES)) { |
| 1070 | return ret; |
| 1071 | } |
| 1072 | updateTableNamesFile(); |
| 1073 | return 0; |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 1074 | } |
| 1075 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1076 | int RouteController::removeInterfaceFromVirtualNetwork(unsigned netId, const char* interface, |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 1077 | bool secure, const UidRanges& uidRanges) { |
| 1078 | if (int ret = modifyVirtualNetwork(netId, interface, uidRanges, secure, ACTION_DEL, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1079 | MODIFY_NON_UID_BASED_RULES)) { |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 1080 | return ret; |
| 1081 | } |
Sreeram Ramachandran | 4acd34a | 2014-07-07 22:11:37 -0700 | [diff] [blame] | 1082 | if (int ret = flushRoutes(interface)) { |
| 1083 | return ret; |
| 1084 | } |
| 1085 | updateTableNamesFile(); |
| 1086 | return 0; |
Sreeram Ramachandran | 4043f01 | 2014-06-23 12:41:37 -0700 | [diff] [blame] | 1087 | } |
| 1088 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1089 | int RouteController::modifyPhysicalNetworkPermission(unsigned netId, const char* interface, |
| 1090 | Permission oldPermission, |
| 1091 | Permission newPermission) { |
Sreeram Ramachandran | 379bd33 | 2014-04-10 19:58:06 -0700 | [diff] [blame] | 1092 | // Add the new rules before deleting the old ones, to avoid race conditions. |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1093 | if (int ret = modifyPhysicalNetwork(netId, interface, newPermission, ACTION_ADD)) { |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1094 | return ret; |
| 1095 | } |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1096 | return modifyPhysicalNetwork(netId, interface, oldPermission, ACTION_DEL); |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 1097 | } |
| 1098 | |
Robin Lee | b808736 | 2016-03-30 18:43:08 +0100 | [diff] [blame] | 1099 | int RouteController::addUsersToRejectNonSecureNetworkRule(const UidRanges& uidRanges) { |
| 1100 | return modifyRejectNonSecureNetworkRule(uidRanges, true); |
| 1101 | } |
| 1102 | |
| 1103 | int RouteController::removeUsersFromRejectNonSecureNetworkRule(const UidRanges& uidRanges) { |
| 1104 | return modifyRejectNonSecureNetworkRule(uidRanges, false); |
| 1105 | } |
| 1106 | |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 1107 | int RouteController::addUsersToVirtualNetwork(unsigned netId, const char* interface, bool secure, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1108 | const UidRanges& uidRanges) { |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 1109 | return modifyVirtualNetwork(netId, interface, uidRanges, secure, ACTION_ADD, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1110 | !MODIFY_NON_UID_BASED_RULES); |
Sreeram Ramachandran | b1425cc | 2014-06-23 18:54:27 -0700 | [diff] [blame] | 1111 | } |
| 1112 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1113 | int RouteController::removeUsersFromVirtualNetwork(unsigned netId, const char* interface, |
Sreeram Ramachandran | 95684ba | 2014-07-23 13:27:31 -0700 | [diff] [blame] | 1114 | bool secure, const UidRanges& uidRanges) { |
| 1115 | return modifyVirtualNetwork(netId, interface, uidRanges, secure, ACTION_DEL, |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1116 | !MODIFY_NON_UID_BASED_RULES); |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 1117 | } |
| 1118 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1119 | int RouteController::addInterfaceToDefaultNetwork(const char* interface, Permission permission) { |
| 1120 | return modifyDefaultNetwork(RTM_NEWRULE, interface, permission); |
Sreeram Ramachandran | 9c0d313 | 2014-04-10 20:35:04 -0700 | [diff] [blame] | 1121 | } |
| 1122 | |
Sreeram Ramachandran | 5009d5e | 2014-07-03 12:20:48 -0700 | [diff] [blame] | 1123 | int RouteController::removeInterfaceFromDefaultNetwork(const char* interface, |
| 1124 | Permission permission) { |
| 1125 | return modifyDefaultNetwork(RTM_DELRULE, interface, permission); |
Sreeram Ramachandran | 5c181bf | 2014-04-07 14:10:04 -0700 | [diff] [blame] | 1126 | } |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 1127 | |
Sreeram Ramachandran | f4f6c8d | 2014-06-23 09:54:06 -0700 | [diff] [blame] | 1128 | int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 1129 | TableType tableType) { |
| 1130 | return modifyRoute(RTM_NEWROUTE, interface, destination, nexthop, tableType); |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 1131 | } |
| 1132 | |
Lorenzo Colitti | f7fc8ec | 2014-06-18 00:41:58 +0900 | [diff] [blame] | 1133 | int RouteController::removeRoute(const char* interface, const char* destination, |
Sreeram Ramachandran | eb27b7e | 2014-07-01 14:30:30 -0700 | [diff] [blame] | 1134 | const char* nexthop, TableType tableType) { |
| 1135 | return modifyRoute(RTM_DELROUTE, interface, destination, nexthop, tableType); |
Sreeram Ramachandran | 7619e1b | 2014-04-15 14:23:08 -0700 | [diff] [blame] | 1136 | } |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1137 | |
| 1138 | int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 1139 | return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1140 | } |
| 1141 | |
| 1142 | int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { |
Sreeram Ramachandran | fa9f4dc | 2014-07-22 18:16:44 -0700 | [diff] [blame] | 1143 | return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); |
Sreeram Ramachandran | 87475a1 | 2014-07-15 16:20:28 -0700 | [diff] [blame] | 1144 | } |
Sreeram Ramachandran | 48e19b0 | 2014-07-22 22:23:20 -0700 | [diff] [blame] | 1145 | |
| 1146 | int RouteController::addVirtualNetworkFallthrough(unsigned vpnNetId, const char* physicalInterface, |
| 1147 | Permission permission) { |
| 1148 | return modifyVpnFallthroughRule(RTM_NEWRULE, vpnNetId, physicalInterface, permission); |
| 1149 | } |
| 1150 | |
| 1151 | int RouteController::removeVirtualNetworkFallthrough(unsigned vpnNetId, |
| 1152 | const char* physicalInterface, |
| 1153 | Permission permission) { |
| 1154 | return modifyVpnFallthroughRule(RTM_DELRULE, vpnNetId, physicalInterface, permission); |
| 1155 | } |
Lorenzo Colitti | 7035f22 | 2017-02-13 18:29:00 +0900 | [diff] [blame] | 1156 | |
| 1157 | } // namespace net |
| 1158 | } // namespace android |