commit 802c0f044067c5393fb50a48a6d5be908e286042 from: Stefan Sperling date: Fri Oct 15 17:05:12 2021 UTC make 'gotadmin indexpack' unveil the repository read/write, not read-only commit - 0c82d2673963812bc99130161de856f2aaf48612 commit + 802c0f044067c5393fb50a48a6d5be908e286042 blob - 11a618f7f79a9dde03e5dd58c214491bdaf4d9a6 blob + b3c2e764d6748d711145b67ef6017d4d695e00b7 --- gotadmin/gotadmin.c +++ gotadmin/gotadmin.c @@ -703,7 +703,7 @@ cmd_indexpack(int argc, char *argv[]) if (error) goto done; - error = apply_unveil(got_repo_get_path_git_dir(repo), 1); + error = apply_unveil(got_repo_get_path_git_dir(repo), 0); if (error) goto done;