We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The creation of a lockfile with …
lock = FileLock("/var/lock/foo.lock")
… leads to these file permissions: -rwxr-xr-x
-rwxr-xr-x
Is there any way to prevent that the lock file becomes an executable with root ownership?
(Version: 3.0.12-2 in Ubuntu 20.04)