Changeset 38593 in vbox
- Timestamp:
- Sep 1, 2011 9:40:08 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r38192 r38593 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"); 4070 4072 char szNetwork[INTNET_MAX_NETWORK_NAME]; 4071 4073 RTStrPrintf(szNetwork, sizeof(szNetwork), "HostInterfaceNetworking-%s", pszBridgedIfName); … … 4405 4407 #endif 4406 4408 InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy); 4409 /* Allow other users to connect to the network (#5828) */ 4410 InsertConfigString(pCfg, "AccessPolicy", "public"); 4407 4411 4408 4412 #if !defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
Note:
See TracChangeset
for help on using the changeset viewer.