N-Coder / studip-fuse

Python FUSE drive for courses and files available through the Stud.IP University Access Portal
GNU General Public License v3.0
20 stars 2 forks source link

Mark all directories with search permission ('chmod +x') #10

Closed n-st closed 6 years ago

n-st commented 6 years ago

Search permission is usually required to change into a directory. The missing permissions doesn't directly affect usage here (because studip-fuse handles permission checks itself, instead of delegating them to the kernel), but some file managers (e.g. Thunar) refuse to display directory details if it seems to be inaccessible due to a missing search permission bit.