mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-18 10:15:10 +00:00
f9f7ad2230
The problem here was that we were using `metadata.permissions().mode()`, which is capped at 0o777, rather than `metadata.mode()`, which exposes every bit. With this change, we can access the higher-order permission bits, and put them in the Permissions struct. |
||
---|---|---|
.. | ||
feature | ||
dir.rs | ||
fields.rs | ||
file.rs | ||
mod.rs |