exa/src/fs
Benjamin Sago f9f7ad2230 Read setuid/setgid/sticky bits
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.
2017-05-30 15:29:29 +01:00
..
feature Switch to padding reference as variable not consumed 2017-03-31 17:09:50 +01:00
dir.rs Remove lifetimes as they aren't needed 2017-03-31 17:12:20 +01:00
fields.rs Read setuid/setgid/sticky bits 2017-05-30 15:29:29 +01:00
file.rs Read setuid/setgid/sticky bits 2017-05-30 15:29:29 +01:00
mod.rs Properly handle errors when following a symlink 2016-10-29 20:27:23 +01:00