Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Set repo.sqlite permissions to root:wheel 0644 in repo.txz
Baptiste Daroussin committed 13 years ago
commit c5569a24b4295f651b4c6ca9796e0c0220cd80d2
parent 7057088
1 file changed +1 -1
modified libpkg/pkg_repo.c
@@ -663,7 +663,7 @@ pkg_finish_repo(char *path, pem_password_cb *password_cb, char *rsa_key_path)

		free(sigret);
	}
-
	packing_append_file(pack, repo_path, "repo.sqlite");
+
	packing_append_file_attr(pack, repo_path, "repo.sqlite", "root", "wheel", 0644);
	unlink(repo_path);
	packing_finish(pack);