VirtualBox

Changeset 20348 in vbox


Ignore:
Timestamp:
Jun 5, 2009 5:19:22 PM (16 years ago)
Author:
vboxsync
Message:

Linux shared folders: file mode setting function must request write access to attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/utils.c

    r20342 r20348  
    298298
    299299        params.CreateFlags = SHFL_CF_ACT_OPEN_IF_EXISTS
    300                            | SHFL_CF_ACT_FAIL_IF_NEW;
     300                           | SHFL_CF_ACT_FAIL_IF_NEW
     301                           | SHFL_CF_ACCESS_ATTR_WRITE;
    301302
    302303        rc = vboxCallCreate (&client_handle, &sf_g->map, sf_i->path, &params);
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