Stop dropping privileges when fetching as it causes more issues than it solved
modified libpkg/fetch.c
@@ -30,7 +30,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -40,8 +39,6 @@
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -463,7 +460,6 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -472,7 +468,6 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -480,10 +475,7 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
|
|
|
|
|
@@ -535,44 +527,6 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -744,13 +698,6 @@ cleanup:
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|