Changeset 38628 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 5, 2011 10:06:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r38593 r38628 4068 4068 InsertConfigInteger(pCfg, "IgnoreConnectFailure", (uint64_t)fIgnoreConnectFailure); 4069 4069 InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy); 4070 /* Allow other users to connect to the network (#5828) */4071 InsertConfigString(pCfg, "AccessPolicy", "public");4072 4070 char szNetwork[INTNET_MAX_NETWORK_NAME]; 4073 4071 RTStrPrintf(szNetwork, sizeof(szNetwork), "HostInterfaceNetworking-%s", pszBridgedIfName); … … 4407 4405 #endif 4408 4406 InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy); 4409 /* Allow other users to connect to the network (#5828) */4410 InsertConfigString(pCfg, "AccessPolicy", "public");4411 4407 4412 4408 #if !defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
Note:
See TracChangeset
for help on using the changeset viewer.