Skip to content

Commit

Permalink
Make conda-store file system read-only by default (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: eskild <42120229+iameskild@users.noreply.github.com>
  • Loading branch information
alimanfoo and iameskild authored Dec 15, 2022
1 parent 49bca71 commit 4607d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def conda_store_config(path="/var/lib/conda-store/config.json"):
)
c.CondaStore.default_uid = 1000
c.CondaStore.default_gid = 100
c.CondaStore.default_permissions = "775"
c.CondaStore.default_permissions = "555"
c.CondaStore.conda_included_packages = ["ipykernel"]

c.S3Storage.internal_endpoint = f"{config['minio-service']}:9000"
Expand Down

0 comments on commit 4607d1c

Please sign in to comment.