summaryrefslogtreecommitdiff
path: root/scripts/patches/0001-allow-untrusted.diff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-10-09 21:04:03 -0500
committerZach van Rijn <me@zv.io>2022-12-05 01:54:29 -0600
commit8f39b6179b815008f6cbb96455e0462045322320 (patch)
tree4cebd614ded1ea3476a4e7cb3e21c8f56dd39167 /scripts/patches/0001-allow-untrusted.diff
parent198e0130d845f7466c09a61f3829905d95313c06 (diff)
downloadpackages-8f39b6179b815008f6cbb96455e0462045322320.tar.gz
packages-8f39b6179b815008f6cbb96455e0462045322320.tar.bz2
packages-8f39b6179b815008f6cbb96455e0462045322320.tar.xz
packages-8f39b6179b815008f6cbb96455e0462045322320.zip
Initial draft of new bootstrap tooling.
Diffstat (limited to 'scripts/patches/0001-allow-untrusted.diff')
-rw-r--r--scripts/patches/0001-allow-untrusted.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/patches/0001-allow-untrusted.diff b/scripts/patches/0001-allow-untrusted.diff
new file mode 100644
index 000000000..868d25a69
--- /dev/null
+++ b/scripts/patches/0001-allow-untrusted.diff
@@ -0,0 +1,10 @@
+--- a/abuild-sudo.c 2021-10-09 16:55:36.705593308 -0500
++++ b/abuild-sudo.c 2021-10-09 16:55:48.037927253 -0500
+@@ -33,8 +33,6 @@
+ };
+
+ static const char* invalid_opts[] = {
+- "--allow-untrusted",
+- "--keys-dir",
+ NULL,
+ };