Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Errros due to Docker in Linux Docker version 20.10.24+dfsg1, build 297e128 #371

Open
nmanginas opened this issue Jan 17, 2024 · 0 comments

Comments

@nmanginas
Copy link

Hi,
If I try to run the minimal example provided in the README I get an error that the file "formula.txt" created internally in a tempdir cannot be found from Lydia. Turns out this is due to Docker permissions after some debugging. The easiest fix I found was changing the permissions of the temporary directory when it is created. This was in line 73 of logaut/helpers.py.
With

os.chmod(temp_path, 0o777)

the error no longer triggers.

If you need any more info please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant