WayneSherman

Results 8 comments of WayneSherman

I did some testing. The code that creates the lock file on Windows is [here](https://github.com/pwsafe/pwsafe/blob/fe46803b4ab5667fcfa58e3b393e79af2c4bd1aa/src/os/windows/file.cpp#L257-L265). If the lock file does not already exist and if it gets successfully created, then...

Therefore on Windows, because pwsafe [writes data to the lock file](https://github.com/pwsafe/pwsafe/blob/fe46803b4ab5667fcfa58e3b393e79af2c4bd1aa/src/os/windows/file.cpp#L306) after it is created, and also does not close the file handle, it prevents Google Drive for Desktop from...

I can confirm this issue. A gitlab repo that is a **_subgroup two levels deep_** doesn't get parsed properly: Gitlab project: https://gitlab.com/freepascal.org/lazarus/lazarus ```nix inputs = { ... lazarusSrc = {...

See related issue: https://github.com/hexagon-oss/openhardwaremonitor/issues/35

@alexlarsson wrote: >The reason we don't have more alternatives is that there is no kernel support for doing such things unprivileged. Once that shows up we can do better. >...I...

My use case for this is for better security. When using a web browser I don't want rogue websites or browser plugins to be able to scan my local network...

> Sandboxing is _not_ a target for distrobox... There was a time when this wasn't much of a concern, but because of widespread cybersecurity threats sandboxing needs to be a...

> If one doesn't want an integration with the host system, why are they using distrobox in the first place? Even on the host system I want to run apps...