You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet, when creating an installation for miniforge from the installer, the group has write permissions:
$ ls -lgG $(find miniforge/ -perm /022 ! -type l | head)
-rw-rw-r-- 1 322 Aug 20 20:38 miniforge/pkgs/.constructor-build.info
-rw-rw-r-- 2 2594 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/cp1140.cpython-310.pyc
-rw-rw-r-- 2 8759 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/cp850.cpython-310.pyc
-rw-rw-r-- 2 2601 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/cp875.cpython-310.pyc
-rw-rw-r-- 2 2603 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/iso8859_4.cpython-310.pyc
-rw-rw-r-- 2 2644 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/mac_turkish.cpython-310.pyc
-rw-rw-r-- 2 2571 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/quopri_codec.cpython-310.pyc
-rw-rw-r-- 2 1640 Jun 24 00:59 miniforge/pkgs/python-3.10.12-hd12c33a_0_cpython/lib/python3.10/encodings/__pycache__/shift_jisx0213.cpython-310.pyc
-rw-rw-r-- 1 8610 Aug 20 20:38 miniforge/pkgs/urls
-rw-rw-r-- 1 6135 Aug 20 20:38 miniforge/pkgs/urls.txt
On an answer to my comment (conda/conda#12829 (comment)), they suggested it has not to do with conda-package-streaming/handling, where they have fixed this, but with miniforge. Hence I am reporting it here. For the moment, I can always rewrite the permissions after installation, but I thought it would be worth it to report it.
Solution to issue cannot be found in the documentation.
Issue
I have posted my issue initially as a comment on this issue from conda: conda/conda#12829.
My comment: conda/conda#12829 (comment)
In short, I have the following umask:
Yet, when creating an installation for miniforge from the installer, the group has write permissions:
On an answer to my comment (conda/conda#12829 (comment)), they suggested it has not to do with
conda-package-streaming/handling
, where they have fixed this, but with miniforge. Hence I am reporting it here. For the moment, I can always rewrite the permissions after installation, but I thought it would be worth it to report it.Installed packages
The text was updated successfully, but these errors were encountered: