Subject: | Adding some functions |
I'd like to see some additional functions added, that would be useful in
testing that things are set up ok with correct (unixy) permissions,
rather than having to do binary operations on the file modes...
Something like
owner_readable_ok
owner_readable_not
owner_writeable_ok
owner_nonwritable_not
owner_executable_ok
owner_executable_not
group_readable_ok
etc etc...
world_readable_ok
etc etc