Skip to content

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

@nmanginas

Description

@nmanginas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions