VirtualBox

Changeset 39419 in vbox


Ignore:
Timestamp:
Nov 25, 2011 10:16:27 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75046
Message:

HostDrivers/VBoxNetAdp/linux: fix access to /dev/vboxnetctl for development builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r35809 r39419  
    234234    Log(("VBoxNetAdpLinuxOpen: pid=%d/%d %s\n", RTProcSelf(), current->pid, current->comm));
    235235
     236#ifdef VBOX_WITH_HARDENING
    236237    /*
    237238     * Only root is allowed to access the device, enforce it!
     
    242243        return -EPERM;
    243244    }
     245#endif
    244246
    245247    return 0;
Note: See TracChangeset for help on using the changeset viewer.

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