Narrat
Narrat
Maybe. At least this was done in the past? What bothers me still, is why it seemed to work with `chown`'ing the file inside the tomb. Will try to do...
Mounting in `run/media` seems to involve **ACL** (Access Control Lists). Mounting with tomb produces the following dir structure: `run/media/$user/` And the dir `$user` has the following permissions: ``` /run/media/ $...
Imo yes. But should it only be used on `/run/media`? Or is there also a gain if it used on other mount locations? And there should probably a check if...
Related: https://github.com/dyne/Tomb/pull/342 https://github.com/TryCatchHCF/Cloakify/pull/1 https://github.com/TryCatchHCF/Cloakify/pull/4 https://github.com/TryCatchHCF/Cloakify/pull/9
Maybe update/switch to https://github.com/asrabon/Cloakify-3 ? Any comment in this regard @heat-wave? As this was your child, maybe you have better insight? :)
To make it even more interesting and confusing: `bazil.org/fuse` saw some updates since december. And one of them: https://github.com/bazil/fuse/commit/74781b187bb40affe1675a239dea27792890ed32
As there are various implementations of doas around. Which one are you using?
Okay. Just to make sure: Could you paste how you set the persist option in the config? There [seems](https://github.com/Duncaen/OpenDoas/issues/94) to be various ways but only one that is right.
The scope of this PR adjusted to its original intent to match the behaviour when mounting a tomb at `/run/media/$USER/`. Additional thoughts on replacing `chown` or support `ACL`-files in a...
Two things I noticed: * 10MB as a size is fairly small. Just to make sure this isn't a cause of breakage one should try a bigger tomb * Creating...