VirtualBox

Changeset 10634 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jul 15, 2008 9:34:28 AM (17 years ago)
Author:
vboxsync
Message:

Runtime: implement Unix access permissions in RTFileOpen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp

    r8913 r10634  
    164164            return VERR_INVALID_PARAMETER;
    165165    }
     166    /* Unix permissions */
     167    fOpenMode |= (fOpen & RTFILE_O_CREATE_MODE_MASK) >> RTFILE_O_CREATE_MODE_SHIFT;
    166168
    167169    /** @todo sharing! */
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