mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
adcc74ab8d
Previously the group check was only for the current users gid, now we check against all the users groups. # Description Currently when using the `cd` command to enter a directory there was only a check against the current user id, and exact current group id, meaning if a directory had a group permission and that group wasn't the users group it was effectively ignored. The fix simply implements a check through all the users current groups. Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com> |
||
---|---|---|
.. | ||
assets | ||
proptest-regressions/format_conversions | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
LICENSE |