fitzgen / is_executable

Is there an executable file at the given path?
Apache License 2.0
19 stars 9 forks source link

Issue 2 check ownership groups #7

Closed dmgolembiowski closed 2 years ago

dmgolembiowski commented 3 years ago

Added a feature extension to check the group and owner bits on the file in question. The feature is available for Unix OS's.

dmgolembiowski commented 3 years ago

For #2

dmgolembiowski commented 3 years ago

@fitzgen Would you be able to offer any guidance or suggestions on what I need to do to make this pass? This is my first open source PR, so I'm a little lost.