summaryrefslogtreecommitdiff
path: root/scripts/patches/0001-allow-untrusted.diff
diff options
context:
space:
mode:
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,
+ };