vimist
vimist
I realise that neither Speki nor Sanki are written in Python, but I was looking to create terminal based spaced repetition software a while ago (which I never got around...
Take note of the last line of each code block below. Before the PR, the `/working/mount/both_data` file is only accessible to `aragon`, after the PR it's (correctly) also available to...
Thanks for the quick reply. I've just read through the issue (and associated libfuse issue) that you linked to. As I mentioned in my previous comment, I don't have a...
Having played around a bit more this afternoon, I think I understand why you've said this is non-trivial. I made the incorrect assumption that `access` was called by _something_ automatically,...
Sounds good; I agree with what you've said. I'll try to get a few things together and will push my changes as I go, so you've got a bit of...
Just sat down to do a bit of work on this and took your advice for looking around for an existing permission checking function and came across this: https://github.com/torvalds/linux/blob/master/fs/posix_acl.c#L371-L444 The...
> The headers in `/usr/include/linux` define the userspace API, but `posix_acl_permission` is an internal function in the kernel i.e. not part of the API. That makes sense, thanks for explaining....
Apologies for the longer than anticipated time since my last message, but I've made some progress and a few more questions have emerged. 1. I've more thoroughly [scripted up tests...
> The access man page says there are subtle differences I did spot that and probably should have given it more thought than I did. Looking back at it now,...
Thanks for the review. I'll address as many of your comments as I can and push the changes. I'll probably make individual commits at this stage, so it's clear what...