VirtualBox

Changeset 38628 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 5, 2011 10:06:32 AM (13 years ago)
Author:
vboxsync
Message:

SrvIntNetR0.cpp,ConsoleImpl2.cpp: Better if SrvIntNetR0.cpp sets the default policies instead of Main.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r38593 r38628  
    40684068                InsertConfigInteger(pCfg, "IgnoreConnectFailure", (uint64_t)fIgnoreConnectFailure);
    40694069                InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy);
    4070                 /* Allow other users to connect to the network (#5828) */
    4071                 InsertConfigString(pCfg, "AccessPolicy", "public");
    40724070                char szNetwork[INTNET_MAX_NETWORK_NAME];
    40734071                RTStrPrintf(szNetwork, sizeof(szNetwork), "HostInterfaceNetworking-%s", pszBridgedIfName);
     
    44074405#endif
    44084406                InsertConfigString(pCfg, "IfPolicyPromisc", pszPromiscuousGuestPolicy);
    4409                 /* Allow other users to connect to the network (#5828) */
    4410                 InsertConfigString(pCfg, "AccessPolicy", "public");
    44114407
    44124408#if !defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette