URL: https://github.com/freeipa/freeipa/pull/3039 Author: tiran Title: #3039: Add temporary directory manager Action: opened
PR body: """ The temporary directory manager simplifies the handling of temporary files that are shared with other processes or kept through out the life time of the current process. It should only be used in case tempfile.NamedTemporaryFile is not up for the task.
The manager creates a new temporary directory for each user. The directory and all its files are accessible by the target user and the root group ($uid:root / 0o770 / 0o660) to avoid DAC override capability. The temporary directory is automatically removed on process exit.
Related: https://pagure.io/freeipa/issue/7911 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3039/head:pr3039 git checkout pr3039
URL: https://github.com/freeipa/freeipa/pull/3039 Author: tiran Title: #3039: Add temporary directory manager Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3039/head:pr3039 git checkout pr3039
freeipa-devel@lists.stg.fedorahosted.org