Description
Working with permissions on Windows seems to be unresolved at the moment. This needs to be implemented to allow for various code in stout to work in a cross-platform way. This https://github.com/apache/mesos/commit/6271682e67e0afa4c2d9395f7296e3bebbe909ff is one example where an ifndef is required due to os::which working with permissions underneath.
There is a current effort to move permissions.hpp under posix/ but that brought up the issue of the header being included from sources that are cross-platform https://reviews.apache.org/r/60693/
Attachments
Issue Links
- is depended upon by
-
MESOS-7703 Mesos fails to exec a custom executor when no shell is used
- Resolved
- is duplicated by
-
MESOS-3176 Replicate *nix permission logic in Windows using the NTFS ACL API.
- Accepted
- is part of
-
MESOS-7764 Move permissions.hpp under posix
- Reviewable
- is related to
-
MESOS-3176 Replicate *nix permission logic in Windows using the NTFS ACL API.
- Accepted
- relates to
-
MESOS-3412 Revisit Unix-to-Windows permissions mapping
- Resolved